# HG changeset patch # User Pascal Bellard # Date 1506496973 -7200 # Node ID 179f3271b0d5cc7e1642f2c547ac58d346fb08c1 # Parent 5b155e5b82a067007aeb14cc06025f5ea0ea44f5 tazlito: remove /boot/grub on cdrom diff -r 5b155e5b82a0 -r 179f3271b0d5 tazlito --- a/tazlito Fri Sep 08 15:38:48 2017 +0300 +++ b/tazlito Wed Sep 27 09:22:53 2017 +0200 @@ -1105,9 +1105,8 @@ mount -o loop,ro -t squashfs /dev/loop\$lp /mnt/.\$fs lp=\$((\$lp+1)) done -else +fi mkdir -p /mnt/.rw/mnt/.httpfs -fi while read type opt; do insmod /lib/modules/\$type.ko && mount -t \$type -o \$opt none /mnt && break done <