diff options
Diffstat (limited to 'scripts/live-bottom/23networking')
| -rwxr-xr-x | scripts/live-bottom/23networking | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index 4ebb944..d73f63b 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -18,7 +18,7 @@ case "${1}" in ;; esac -# live-initramfs header +# live-boot header if [ -n "${NONETWORKING}" ] then @@ -29,7 +29,7 @@ fi log_begin_msg "Preconfiguring networking" -# live-initramfs script +# live-boot script IFFILE="/root/etc/network/interfaces" @@ -119,7 +119,7 @@ EOF cat > /root/etc/resolv.conf << EOF # /etc/resolv.conf -# Autogenerated by live-initramfs +# Autogenerated by live-boot search ${rc_search} domain ${rc_search} ${rc_server0} |
