X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F12fstab;h=73e18d49f1eb8d18affdc877f551429d012145bd;hb=628bbe5489c8ae252cdf3813e3d431fa6276c302;hp=9c8bfd7268dd27bb4e643d1e50b56f1eea48b8a3;hpb=fccfd0920ef2d0177d26e76dcfcd132cf53d6988;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