Add blacklist config to preseed
This commit is contained in:
parent
e5447e49d3
commit
f62972175d
|
@ -74,6 +74,11 @@ target_deploy_user="deploy"
|
|||
# unless you know that you need it.
|
||||
#target_consoles="console=tty1 console=ttyS1,115200"
|
||||
|
||||
# Modules to blacklist from the installed system; we include hpwdt (HP Proliant
|
||||
# watchdog) by default since this is known to cause kernel panics on boot with this
|
||||
# hardware. Add others here too if you wish to add more to the default.
|
||||
#target_module_blacklist=( "hpwdt" )
|
||||
|
||||
# Installer checkin URI (provided by pvcbootstrapd)
|
||||
#pvcbootstrapd_checkin_uri="http://10.199.199.254:9999/checkin/installer"
|
||||
pvcbootstrapd_checkin_uri="{pvcbootstrapd_checkin_uri}"
|
||||
|
|
Loading…
Reference in New Issue