diff options
author | Harald Hoyer <harald@redhat.com> | 2013-06-06 12:28:02 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-06-06 12:28:34 +0200 |
commit | fdc1037b19bb54040cac6196d0bc989b6e71d245 (patch) | |
tree | c1e90412020219826c81a1bed5be3e3c0e453e88 /modules.d/80cms | |
parent | 76df206685825d1d6af7c4cca6ec6f3fd8f898e2 (diff) | |
download | dracut-fdc1037b19bb54040cac6196d0bc989b6e71d245.tar.gz dracut-fdc1037b19bb54040cac6196d0bc989b6e71d245.tar.bz2 dracut-fdc1037b19bb54040cac6196d0bc989b6e71d245.zip |
cms/cmsifup.sh: correctly set MACADDR and MTU for the ip line
https://bugzilla.redhat.com/show_bug.cgi?id=971025
Diffstat (limited to 'modules.d/80cms')
-rwxr-xr-x | modules.d/80cms/cmsifup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/80cms/cmsifup.sh b/modules.d/80cms/cmsifup.sh index 64817788..c19f2c88 100755 --- a/modules.d/80cms/cmsifup.sh +++ b/modules.d/80cms/cmsifup.sh @@ -27,7 +27,7 @@ else fi { - echo "ip=$IPADDR::$GATEWAY:$NETMASK:$HOSTNAME:$DEVICE:none:$MACADDR" + echo "ip=$IPADDR::$GATEWAY:$NETMASK:$HOSTNAME:$DEVICE:none:$MTU:$MACADDR" for i in $DNS1 $DNS2; do echo "nameserver=$i" done |