Add blacklist config to preseed

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:58 -04:00
parent e5447e49d3
commit f62972175d
1 changed files with 5 additions and 0 deletions

View File

@ -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}"