From: carey.xu Date: Tue, 19 Jan 2016 11:30:23 +0000 (+0800) Subject: add options for ubuntu installation X-Git-Tag: colorado.1.0~229 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F7281%2F2;p=compass4nfv.git add options for ubuntu installation - When install ubuntu on HUAWEI 1288v3 server, sometimes it will hung until wathchdog timeout. Add options for avoid this case. Change-Id: Id5ee4fb6d332ab1a60b2482d2af03949e2a75334 Signed-off-by: carey.xu --- diff --git a/deploy/adapters/cobbler/kickstarts/default.seed b/deploy/adapters/cobbler/kickstarts/default.seed index 64be15ab..f65b20b3 100644 --- a/deploy/adapters/cobbler/kickstarts/default.seed +++ b/deploy/adapters/cobbler/kickstarts/default.seed @@ -13,6 +13,11 @@ d-i debian-installer/locale string en_US d-i debian-installer/country string US d-i debian-installer/language string en +d-i debian-installer/splash boolean false +d-i debian-installer/quiet boolean false +d-i debian-installer/framebuffer boolean true +d-i hw-detect/load_firmware boolean true + # Keyboard selection. # Disable automatic (interactive) keymap detection. d-i console-setup/ask_detect boolean false