# HG changeset patch # User Pascal Bellard # Date 1569431306 -7200 # Node ID f03cb925353c71d3361573cc922e5f1c86a0d763 # Parent 11629aa4d9a405b55e45934643f50d747902a2da More verbose titles diff -r 11629aa4d9a4 -r f03cb925353c helper --- a/helper Tue Sep 24 12:34:48 2019 +0300 +++ b/helper Wed Sep 25 19:08:26 2019 +0200 @@ -235,6 +235,7 @@

You may want to install the following package(s) too:

+
@@ -432,7 +433,7 @@ [ -s $1/fs/boot/bootmenu ] && while read bin button text; do cat < +$1/fs/boot/$bin | awk '{ printf "%s",$1 }'))" type="submit" title="$text" /> EOT done < $1/fs/boot/bootmenu } @@ -551,7 +552,7 @@ echo -n "sh fs/boot/bundle out ' SliTaz boot menu'" echo -n " slitaz.img 'Tiny SliTaz'" while read bin button text; do - echo -n " fs/boot/$bin '$text'" + echo -n " fs/boot/$bin '${text% (*}'" done < fs/boot/bootmenu fi | sh [ -s out ] || mv slitaz.img out diff -r 11629aa4d9a4 -r f03cb925353c step5.php --- a/step5.php Tue Sep 24 12:34:48 2019 +0300 +++ b/step5.php Wed Sep 25 19:08:26 2019 +0200 @@ -21,7 +21,8 @@
Bootable images:
-
Files for bootloaders: )" type="submit" /> + ?>)" title="A bzImage with a basic embbeded initramfs. +Can boot from floppy or DOS in real mode." type="submit" /> )" title="For the initrd= parameter" type="submit" /> + ?>)" title="Extra initramfs for the initrd= parameter" type="submit" />