wok-current diff syslinux/stuff/iso2exe/taziso @ rev 22261
libdvdread-dev: install dvdread.pc in pkgconfig directory
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Nov 12 23:58:25 2019 -0500 (2019-11-12) |
parents | 5b74f1dbb49a |
children | 74557c54a472 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/taziso Fri May 10 19:27:17 2019 +0200 1.2 +++ b/syslinux/stuff/iso2exe/taziso Tue Nov 12 23:58:25 2019 -0500 1.3 @@ -253,7 +253,7 @@ 1.4 unix2dos > $mnt/slitaz/boot/tazboot.cmd <<EOT 1.5 kernel=/slitaz/boot/bzimage 1.6 initrd=/slitaz/boot/$initrd 1.7 -rw root=/dev/null $extraargs autologin 1.8 +$extraargs autologin 1.9 EOT 1.10 uudecode - <<EOT | gunzip > $mnt/slitaz/boot/slitaz.pif 1.11 begin-base64 644 - 1.12 @@ -303,7 +303,7 @@ 1.13 echo -en "\nUpdate /boot/grub/menu.lst..." 1.14 cat >> $mnt/boot/grub/menu.lst <<EOT 1.15 title SliTaz GNU/Linux $(cat $mnt/slitaz/etc/slitaz-release) 1.16 - kernel /slitaz/boot/$bzimage rw root=/dev/null $extraargs autologin 1.17 + kernel /slitaz/boot/$bzimage $extraargs autologin 1.18 initrd /slitaz/boot/$initrd 1.19 1.20 EOT 1.21 @@ -552,7 +552,7 @@ 1.22 n=$((4 - ($(stat -c %s $i) % 4))) 1.23 [ $n -eq 4 ] || dd if=/dev/zero bs=1 count=$n 1.24 done > initrd$$ 1.25 - cmdline="root=/dev/null autologin lang=$LANG" 1.26 + cmdline="autologin lang=$LANG" 1.27 [ -s /etc/keymap.conf ] && cmdline="$cmdline kmap=$(cat /etc/keymap.conf)" 1.28 [ -s /etc/TZ ] && cmdline="$cmdline tz=$(cat /etc/TZ)" 1.29 rm -f cmdline initrd 2> /dev/null 1.30 @@ -582,7 +582,7 @@ 1.31 bootfrom=\\isos\\slitaz-4.0.iso\n\ 1.32 kernel=boot/bzImage\n\ 1.33 initrd=boot/rootfs4.gz,boot/rootfs3.gz,boot/rootfs2.gz,boot/rootfs1.gz\n\ 1.34 - rw root=/dev/null autologin\n\n\ 1.35 + autologin\n\n\ 1.36 kernel=\\slitaz\\vmlinuz root=/dev/sda5 ro\n\n 1.37 Unlike GRUB4DOS, it doesn't require unfragmented ISO image files.\n" 0 0 1.38 [ $? -eq 0 ] || return