Enable 'skipfuelmenu' because 'showmenu=yes' is used

Because 'showmenu' now enabled by default in ISO we should use
'skipfuelmenu=yes' during automated installation using the scripts.

Change-Id: Ic7528bb6a473bceaa8b99945f45f1e862c5e3f70
Partial-Bug: #1557245
This commit is contained in:
Maksim Malchuk 2016-03-22 19:04:46 +03:00
parent 6367ca4aa3
commit 5ed0107ff3
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ headless=0
RDPport=5000
# set to "yes" if you want to boot the Fuel master node without the Fuel Menu. (enabling this will add an option "showmenu=no" to the kernel comdline so don't need to provide it below)
skipfuelmenu="no"
skipfuelmenu="yes"
# default cmdline parameters passed to the kernel when boot the Fuel Master node
cmdline="initrd=initrd.img net.ifnames=0 biosdevname=0 ks=hd:sr0:/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"