X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F12fstab;h=31e1e72ad3166a83c90e252250589a0877094a72;hb=f6f3b5de7d49571348881578b8f7e05ce7a46d3b;hp=cd78edfd178bf4483bb6452e4872e7130301c931;hpb=088e23d8225c53f92bc12125d95a11e165869a9a;p=live-boot-grml.git diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index cd78edf..31e1e72 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -19,7 +19,7 @@ case "${1}" in ;; esac -# live-initramfs header +# live-boot header . /scripts/live-functions @@ -30,7 +30,7 @@ fi log_begin_msg "Configuring fstab" -# live-initramfs script +# live-boot script # Create a fake fstab only if it doesn't exist or if its the debootstrap template if [ ! -f "${FSTAB}" ] || grep -qs 'UNCONFIGURED FSTAB FOR BASE SYSTEM' "${FSTAB}"