add options for ubuntu installation 81/7281/2
authorcarey.xu <carey.xuhan@huawei.com>
Tue, 19 Jan 2016 11:30:23 +0000 (19:30 +0800)
committerJustin chi <chigang@huawei.com>
Thu, 21 Jan 2016 09:54:07 +0000 (09:54 +0000)
  - 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>
deploy/adapters/cobbler/kickstarts/default.seed

index 64be15a..f65b20b 100644 (file)
@@ -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