~hp-moonshot/ubuntu/trusty/hp-moonshot/hp-proliant

« back to all changes in this revision

Viewing changes to debian/hp-proliant/usr/share/orange-box/master-preseed

  • Committer: Narinder Gupta
  • Date: 2014-09-04 20:37:03 UTC
  • Revision ID: narinder.gupta@canonical.com-20140904203703-2sk67uwbzk9fc4tk
branch a new version for HP proliant systems where there is no power management required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Ubuntu Server Quick Install
 
2
# by Dustin Kirkland <kirkland@ubuntu.com>
 
3
#  * Documentation: http://bit.ly/uquick-doc
 
4
 
 
5
d-i     debian-installer/locale string en_US.UTF-8
 
6
d-i     debian-installer/splash boolean false
 
7
d-i     console-setup/ask_detect        boolean false
 
8
d-i     console-setup/layoutcode        string us
 
9
d-i     console-setup/variantcode       string
 
10
d-i     netcfg/get_nameservers  string
 
11
d-i     netcfg/get_ipaddress    strin
 
12
d-i     netcfg/get_netmask      string 255.255.255.0
 
13
d-i     netcfg/get_gateway      string
 
14
d-i     netcfg/confirm_static   boolean true
 
15
d-i     clock-setup/utc boolean true
 
16
d-i     partman-auto/method string regular
 
17
d-i     partman-lvm/device_remove_lvm boolean true
 
18
d-i     partman-lvm/confirm boolean true
 
19
d-i     partman/confirm_write_new_label boolean true
 
20
d-i     partman/choose_partition        select Finish partitioning and write changes to disk
 
21
d-i     partman/confirm boolean true
 
22
d-i     partman/confirm_nooverwrite boolean true
 
23
d-i     partman/default_filesystem string ext3
 
24
d-i     clock-setup/utc boolean true
 
25
d-i     clock-setup/ntp boolean true
 
26
d-i     clock-setup/ntp-server  string ntp.ubuntu.com
 
27
d-i     base-installer/kernel/image     string linux-server
 
28
d-i     passwd/root-login       boolean false
 
29
d-i     passwd/make-user        boolean true
 
30
d-i     passwd/user-fullname    string ubuntu
 
31
d-i     passwd/username string ubuntu
 
32
d-i     passwd/user-password-crypted    password $6$.1eHH0iY$ArGzKX2YeQ3G6U.mlOO3A.NaL22Ewgz8Fi4qqz.Ns7EMKjEJRIW2Pm/TikDptZpuu7I92frytmk5YeL.9fRY4.
 
33
d-i     passwd/user-uid string
 
34
d-i     user-setup/allow-password-weak  boolean false
 
35
d-i     user-setup/encrypt-home boolean false
 
36
d-i     passwd/user-default-groups      string adm cdrom dialout lpadmin plugdev sambashare
 
37
d-i     apt-setup/services-select       multiselect security
 
38
d-i     apt-setup/security_host string security.ubuntu.com
 
39
d-i     apt-setup/security_path string /ubuntu
 
40
d-i     debian-installer/allow_unauthenticated  string false
 
41
d-i     pkgsel/upgrade  select safe-upgrade
 
42
d-i     pkgsel/language-packs   multiselect
 
43
d-i     pkgsel/update-policy    select none
 
44
d-i     pkgsel/updatedb boolean true
 
45
d-i     grub-installer/skip     boolean false
 
46
d-i     lilo-installer/skip     boolean false
 
47
d-i     grub-installer/only_debian      boolean true
 
48
d-i     grub-installer/with_other_os    boolean true
 
49
d-i     finish-install/keep-consoles    boolean false
 
50
d-i     finish-install/reboot_in_progress       note
 
51
d-i     cdrom-detect/eject      boolean true
 
52
d-i     debian-installer/exit/halt      boolean false
 
53
d-i     debian-installer/exit/poweroff  boolean false
 
54
maas-region-controller  maas/default-maas-url   string  10.14.4.1
 
55
d-i     pkgsel/include string byobu vim openssh-server maas maas-cluster-controller amtterm wsmancli
 
56
byobu   byobu/launch-by-default boolean true