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

This commit is contained in:
Jenkins 2014-01-29 10:26:58 +00:00 committed by Gerrit Code Review
commit 6fb30a8d4d
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