aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2016-01-19 19:30:23 +0800
committerJustin chi <chigang@huawei.com>2016-01-21 12:30:44 +0000
commita9a13f03f0aa0896d1504b54f220e9306249ee4c (patch)
tree1ae5a2ce690fedc5846c2f6da6b6baf18744e52d /deploy
parent52a1dd15babd74e5201ea5c9df8c9e20da8cc760 (diff)
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 <carey.xuhan@huawei.com> (cherry picked from commit 8aa5bbf80fe83c440cb6522c6e5f774f9a5e3df6)
Diffstat (limited to 'deploy')
-rw-r--r--deploy/adapters/cobbler/kickstarts/default.seed5
1 files changed, 5 insertions, 0 deletions
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