diff options
Diffstat (limited to 'scripts/live-bottom/16umountfs')
| -rwxr-xr-x | scripts/live-bottom/16umountfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/live-bottom/16umountfs b/scripts/live-bottom/16umountfs index 64ad99d..055c3f6 100755 --- a/scripts/live-bottom/16umountfs +++ b/scripts/live-bottom/16umountfs @@ -18,7 +18,7 @@ case "${1}" in ;; esac -# live-initramfs header +# live-boot header . /live.vars @@ -26,7 +26,7 @@ esac log_begin_msg "Disabling umountfs for live specific filesystems" -# live-initramfs script +# live-boot script if [ -e /root/etc/init.d/umountfs ] then |
