Add "gw" and "biosdevname" kernel params for pxe

"biosdevname=0" is needed in order to avoid random NIC naming on
some harware (DELL servers for example). "gw" paremeter is needed
for default route configuration. Also added "showmenu" param.

Change-Id: I57fb6f42fbd24adaa41cd2a99a59119c72c68a09
This commit is contained in:
Alexander Didenko 2014-01-21 15:26:38 +02:00
parent 807ecd7b3c
commit 8671993bcd
1 changed files with 2 additions and 2 deletions

View File

@ -218,9 +218,9 @@ Now we need to write the pxelinux configuration file. It will be located here
MENU LABEL Install ^FUEL
KERNEL /fuel/isolinux/vmlinuz
INITRD /fuel/isolinux/initrd.img
APPEND ks=nfs:10.20.0.1:/var/lib/tftpboot/fuel/ks.cfg \
APPEND biosdevname=0 ks=nfs:10.20.0.1:/var/lib/tftpboot/fuel/ks.cfg \
repo=nfs:10.20.0.1:/var/lib/tftpboot/fuel ip=10.20.0.2 netmask=255.255.255.0 \
dns1=10.20.0.1 hostname=fuel.mirantis.com
gw=10.20.0.1 dns1=10.20.0.1 hostname=fuel.mirantis.com showmenu=no
LABEL reboot
MENU LABEL ^Reboot