X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F9990-fstab.sh;h=a8d9123a786484a4e5de58f9778eb40a7e995cf5;hp=5ae9546ab927de2a61dc9e7f409666fcef0d3297;hb=d1d4af9b25661d047a3c5a739b5d1e991a863d88;hpb=a331218718282c5496ff062a0f6aa55908224862 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