X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-fstab.sh;h=a8d9123a786484a4e5de58f9778eb40a7e995cf5;hb=cf125f86f9985e09b00c28bd9fc8903810f98f79;hp=5ae9546ab927de2a61dc9e7f409666fcef0d3297;hpb=a331218718282c5496ff062a0f6aa55908224862;p=live-boot-grml.git diff --git a/components/9990-fstab.sh b/components/9990-fstab.sh index 5ae9546..a8d9123 100755 --- a/components/9990-fstab.sh +++ b/components/9990-fstab.sh @@ -15,14 +15,14 @@ Fstab () log_begin_msg "Configuring fstab" - if ! grep -qs "^${UNIONTYPE}" /root/etc/fstab.d/live + if ! grep -qs "^${UNIONTYPE}" /root/etc/fstab then - echo "${UNIONTYPE} / ${UNIONTYPE} rw 0 0" >> /root/etc/fstab.d/live + echo "${UNIONTYPE} / ${UNIONTYPE} rw 0 0" >> /root/etc/fstab fi - if ! grep -qs "^tmpfs /tmp" /root/etc/fstab.d/live + if ! grep -qs "^tmpfs /tmp" /root/etc/fstab then - echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> /root/etc/fstab.d/live + echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> /root/etc/fstab fi log_end_msg