Skip to content

Commit

Permalink
Force textmode consoles
Browse files Browse the repository at this point in the history
Physical hardware often has console interception hardware for OOB
monitoring/management. Prevent the kernel from switching to a graphical
console mode so the hardware can do its job.

Related-Bug: #1178112
Change-Id: If6d36461f3bd4cc3e32877b6810035b5c5ac69f3
  • Loading branch information
cmsj committed Sep 19, 2013
1 parent 407230f commit 1304b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ironic/drivers/modules/pxe.py
Expand Up @@ -51,6 +51,7 @@
default='$pybasedir/ironic/net-dhcp.ubuntu.template',
help='Template file for injected network config'),
cfg.StrOpt('pxe_append_params',
default='nofb nomodeset vga=normal',
help='additional append parameters for baremetal PXE boot'),
cfg.StrOpt('pxe_config_template',
default='$pybasedir/drivers/modules/pxe_config.template',
Expand Down

0 comments on commit 1304b5f

Please sign in to comment.