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