diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 34e86b4..c77cead 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1780,7 +1780,7 @@ EOT -i ${LIVE_ROOTDIR}/etc/NetworkManager/conf.d/00-dhcp-client.conf else - # Use Slackware's own network configurion routing for eth0 in the base image: + # Use Slackware's own network configuration routing for eth0 in base image: cat <<EOT > ${LIVE_ROOTDIR}/etc/rc.d/rc.inet1.conf IFNAME[0]="eth0" IPADDR[0]="" |