diff options
Diffstat (limited to 'scripts/live-bottom/22serialtty')
| -rwxr-xr-x | scripts/live-bottom/22serialtty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/live-bottom/22serialtty b/scripts/live-bottom/22serialtty index a8008eb..ee9ddb1 100755 --- a/scripts/live-bottom/22serialtty +++ b/scripts/live-bottom/22serialtty @@ -18,7 +18,7 @@ case "${1}" in ;; esac -# live-initramfs header +# live-boot header # this bottom script currently only works with upstart if [ ! -d /root/etc/init ] @@ -28,7 +28,7 @@ fi . /scripts/live-functions -# live-initramfs script +# live-boot script for ARGUMENT in $(cat /proc/cmdline) do |
