summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/dhcpmkconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-06-17 16:01:15 +0200
committerDirk von Suchodoletz2009-06-17 16:01:15 +0200
commit80b8297c9eeaf041cc3aec549ebc938b33a82fe8 (patch)
tree0270928df248d11b103fb9610599aaa97119ebb5 /initramfs/stage3-stuff/bin/dhcpmkconfig
parentvmchooser various changes: (diff)
downloadcore-80b8297c9eeaf041cc3aec549ebc938b33a82fe8.tar.gz
core-80b8297c9eeaf041cc3aec549ebc938b33a82fe8.tar.xz
core-80b8297c9eeaf041cc3aec549ebc938b33a82fe8.zip
Suppress some unused variables in dhcp configuration, quieten wget ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2963 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/bin/dhcpmkconfig')
-rwxr-xr-xinitramfs/stage3-stuff/bin/dhcpmkconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/dhcpmkconfig b/initramfs/stage3-stuff/bin/dhcpmkconfig
index c8bf73d8..87e48683 100755
--- a/initramfs/stage3-stuff/bin/dhcpmkconfig
+++ b/initramfs/stage3-stuff/bin/dhcpmkconfig
@@ -21,7 +21,8 @@
set -x
echo -e "# network configuration written by $0:" >/tmp/confviadhcp
-unset infomsg HOME IFS mask lease interface cfgmsg cfgfile DEBUGLEVEL
+unset HOME IFS KCMDLINE DEBUGLEVEL MODPRV TERM BOOTIF BOOT_IMAGE \
+ infomsg mask lease interface cfgmsg cfgfile boot_file no_bootsplash
set | sed \
-e "s,^P.*,,;s,ntpsrv,ntp_servers,;s,ip,clientip," \
-e "s,serverid,serverip,;s,subnet,subnet_mask," \