X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F9990-fstab.sh;h=ba579de92bd64dea35ca3f57d17b2568764fccd2;hp=5ae9546ab927de2a61dc9e7f409666fcef0d3297;hb=HEAD;hpb=a6e250845a22f7b54e2936a64e98430ed3c79194 diff --git a/components/9990-fstab.sh b/components/9990-fstab.sh index 5ae9546..ba579de 100755 --- a/components/9990-fstab.sh +++ b/components/9990-fstab.sh @@ -4,10 +4,6 @@ Fstab () { - # FIXME: stop hardcoding overloading of initramfs-tools functions - . /scripts/functions - . /lib/live/boot/9990-initramfs-tools.sh - if [ -n "${NOFSTAB}" ] then return @@ -15,14 +11,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