init-install.sh: do not rename the network devices after the new kernel/udev scheme

Fixes: SYS#75
This commit is contained in:
Henning Heinold 2014-04-25 19:32:40 +02:00 committed by Holger Hans Peter Freyther
parent 1638def65e
commit 22cb9fef1d
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ if [ -f /etc/grub.d/40_custom ] ; then
sed -i "s/__VIDEO_MODE__/$3/g" $GRUBCFG
sed -i "s/__VGA_MODE__/$4/g" $GRUBCFG
sed -i "s/__CONSOLE__/$5/g" $GRUBCFG
sed -i "s/quiet/net.ifnames=0 quiet/g" $GRUBCFG
sed -i "/#/d" $GRUBCFG
sed -i "/exec tail/d" $GRUBCFG
chmod 0444 $GRUBCFG