Merge "Fix network settings for USB boot" into stable/8.0

This commit is contained in:
Jenkins 2016-02-02 15:42:03 +00:00 committed by Gerrit Code Review
commit a365f05b90
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ label nailgunifname
label usbboot
menu label ^3. USB Fuel Install (Static IP)
kernel vmlinuz
append initrd=initrd.img biosdevname=0 repo=hd:LABEL=will_be_substituted_with_ISO_VOLUME_ID:/ ks=hd:LABEL=will_be_substituted_with_ISO_VOLUME_ID:/ks.cfg ip=10.20.0.2 gw=10.20.0.1 dns1=10.20.0.1 netmask=255.255.255.0 hostname=fuel.domain.tld showmenu=yes
append initrd=initrd.img net.ifnames=0 biosdevname=0 repo=hd:LABEL=will_be_substituted_with_ISO_VOLUME_ID:/ ks=hd:LABEL=will_be_substituted_with_ISO_VOLUME_ID:/ks.cfg ip=10.20.0.2::10.20.0.1:255.255.255.0:fuel.domain.tld:eth0:off::: dns1=10.20.0.1 showmenu=yes