X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F12fstab;h=b5b5602ca9e993d12efa79bee46b8dca68500cf9;hb=4328832d0d00e2d8f6608ae6db2e8a70a4a8571e;hp=389f53e983c6caab003b1ce86dd77e2efbadd3ce;hpb=ccea277caf476cdfef4c0f953df5a97062d8be42;p=live-boot-grml.git diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index 389f53e..b5b5602 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -28,11 +28,17 @@ log_begin_msg "Configuring fstab..." FSTAB=/root/etc/fstab -cat > $FSTAB <> $FSTAB << EOF +${UNIONTYPE} / ${UNIONTYPE} rw 0 0 tmpfs /tmp tmpfs nosuid,nodev 0 0 EOF -rm -f /root/etc/rcS.d/S*checkroot.sh +# disabled for now +#rm -f /root/etc/rcS.d/S*checkroot.sh + +if [ "${NOFASTBOOT}" != "Yes" ] +then + touch root/fastboot +fi log_end_msg