wok-next rev 17935
syslinux (tiny edits)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Apr 13 19:10:05 2015 +0100 (2015-04-13) |
parents | d522b4dd300b |
children | 7c1ede17eb39 |
files | syslinux/stuff/iso2exe/init syslinux/stuff/iso2exe/taziso |
line diff
1.1 --- a/syslinux/stuff/iso2exe/init Mon Apr 13 17:56:30 2015 +0200 1.2 +++ b/syslinux/stuff/iso2exe/init Mon Apr 13 19:10:05 2015 +0100 1.3 @@ -926,7 +926,7 @@ 1.4 cat $i 1.5 done >> $file 1.6 $DIALOG --clear \ 1.7 - --title " Flavor infos " \ 1.8 + --title " Flavor info " \ 1.9 --textbox $file 24 78 1.10 rm -rf /tmp/data 1.11 } 1.12 @@ -972,7 +972,7 @@ 1.13 $(gotposixovl "installtaz" "Hard disk installation (TAZUSB way)") \ 1.14 $(xfile tazusb "usbkey" "USB key read/write installation") \ 1.15 $(ishybrid "usbbootkey" "USB boot key (read only)") \ 1.16 -$(hasflavinfo "showfavinfo" "Show flavor extra infos") \ 1.17 +$(hasflavinfo "showfavinfo" "Show flavor extra info") \ 1.18 $(fddata "fdbootstrap" "Create a floppy bootstrap") \ 1.19 "tazboot" "Get tazboot.exe Linux loader" \ 1.20 $(cdexe boot/bzImage "bzimage" "Get linux DOS/EXE file") \
2.1 --- a/syslinux/stuff/iso2exe/taziso Mon Apr 13 17:56:30 2015 +0200 2.2 +++ b/syslinux/stuff/iso2exe/taziso Mon Apr 13 19:10:05 2015 +0100 2.3 @@ -374,7 +374,7 @@ 2.4 --title " SliTaz UMSDOS way installation " \ 2.5 --yes-label "Install" --yesno \ 2.6 "\nSliTaz will be installed in the subdirectory \\slitaz of the current 2.7 -Linux/DOS/Windows partition. You will see your files from /mnt/dos.\n\n 2.8 +Linux/DOS/Windows partition. You can see your files from /mnt/dos.\n\n 2.9 You can start SliTaz with \\slitaz\\boot\\tazboot.exe\n\n 2.10 To uninstall SliTaz, you have only to remove this directory. 2.11 The file \\boot.ini or \\config.sys may be modified too.\n\n 2.12 @@ -499,7 +499,7 @@ 2.13 --title " SliTaz TAZUSB way installation " \ 2.14 --yes-label "Install" --yesno \ 2.15 "\nSliTaz will be installed in the subdirectory \\slitaz of the current 2.16 -Linux/DOS/Windows partition. You will see your files from /mnt/dos.\n\n 2.17 +Linux/DOS/Windows partition. You can see your files from /mnt/dos.\n\n 2.18 You can start SliTaz with \\slitaz\\boot\\tazboot.exe\n\n 2.19 To uninstall SliTaz, you have only to remove this directory. 2.20 The file \\boot.ini or \\config.sys may be modified too.\n\n 2.21 @@ -1017,7 +1017,7 @@ 2.22 cat $file 2.23 else 2.24 $DIALOG --clear \ 2.25 - --title " Flavor infos " \ 2.26 + --title " Flavor info " \ 2.27 --textbox $file 24 78 2.28 fi 2.29 rm -rf /tmp/data 2.30 @@ -1067,7 +1067,7 @@ 2.31 $(gotposixovlzip "insttaz2zip" "ZIP installation archive (TAZUSB way)") \ 2.32 $(xfile tazusb "usbkey" "USB key read/write installation") \ 2.33 $(ishybrid "usbbootkey" "USB boot key (read only)") \ 2.34 -$(hasflavinfo "showfavinfo" "Show flavor extra infos") \ 2.35 +$(hasflavinfo "showfavinfo" "Show flavor extra info") \ 2.36 $(menuitem "tazboot" "Get tazboot.exe Linux loader") \ 2.37 $(cdexe boot/bzImage "bzimage" "Get linux DOS/EXE file") \ 2.38 $(cdexe 'memtest*' "memtest" "Get Memtest86 DOS/EXE file") \