# HG changeset patch # User Pascal Bellard # Date 1428834921 -7200 # Node ID 4c62635505dfaa69119e609c1192a2c117b82af2 # Parent 08aeb1a2f744cbc7f329a1d4ea436118e077db34 syslinux/taziso: show file result for tazpanel diff -r 08aeb1a2f744 -r 4c62635505df syslinux/stuff/iso2exe/taziso --- a/syslinux/stuff/iso2exe/taziso Sat Apr 11 18:26:44 2015 +0200 +++ b/syslinux/stuff/iso2exe/taziso Sun Apr 12 12:35:21 2015 +0200 @@ -62,6 +62,7 @@ { echo -n "${1:-Install filesystem}.." touch /tmp/wait + [ "$REQUEST_URI" ] && return while [ -e /tmp/wait ]; do echo -n "." > /dev/tty sleep 1 @@ -251,6 +252,7 @@ cp $(which mount.posixovl) $mnt/slitaz/usr/sbin if grep -qs " $mnt " /proc/mounts && [ ! -d $mnt/boot/grub ]; then mkdir -p $mnt/boot/grub + echo -en "\nInstall grub in /boot/grub..." cp -a /usr/lib/grub/*/* $mnt/boot/grub cat > $mnt/boot/grub/menu.lst < $mnt/slitaz/boot/menu.lst <