From a9a13f03f0aa0896d1504b54f220e9306249ee4c Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Tue, 19 Jan 2016 19:30:23 +0800 Subject: 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 (cherry picked from commit 8aa5bbf80fe83c440cb6522c6e5f774f9a5e3df6) --- deploy/adapters/cobbler/kickstarts/default.seed | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deploy') 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 -- cgit 1.2.3-korg