X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F12fstab;h=73e18d49f1eb8d18affdc877f551429d012145bd;hb=2a2c02a56d85eb705edd1caf1294c1685c1ac7db;hp=9c8bfd7268dd27bb4e643d1e50b56f1eea48b8a3;hpb=089b30bdcd22aa067e7764e3466fa18966410163;p=live-boot-grml.git diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index 9c8bfd7..73e18d4 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -22,13 +22,18 @@ esac . /scripts/live-functions +if [ -n "${NOFSTAB}" ] +then + exit 0 +fi + log_begin_msg "Configuring fstab..." # live-initramfs script FSTAB=/root/etc/fstab -cat > $FSTAB <> $FSTAB << EOF ${UNIONTYPE} / ${UNIONTYPE} rw 0 0 tmpfs /tmp tmpfs nosuid,nodev 0 0 EOF