summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/12fstab
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/live-bottom/12fstab')
-rwxr-xr-xscripts/live-bottom/12fstab4
1 files changed, 2 insertions, 2 deletions
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}"