mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1066 slim down the package by not choosing 'standard'.
Allow root user to login (FIXME) otherwise veewee is unable to login
This commit is contained in:
parent
2364ada4df
commit
990d20b67b
|
|
@ -187,7 +187,7 @@ d-i partman/confirm_nooverwrite boolean true
|
|||
### Account setup
|
||||
# Skip creation of a root account (normal user account will be able to
|
||||
# use sudo).
|
||||
d-i passwd/root-login boolean false
|
||||
d-i passwd/root-login boolean true
|
||||
# Alternatively, to skip creation of a normal user account.
|
||||
#d-i passwd/make-user boolean false
|
||||
|
||||
|
|
@ -233,7 +233,7 @@ d-i passwd/user-default-groups string audio cdrom video admin
|
|||
#d-i debian-installer/allow_unauthenticated string true
|
||||
|
||||
### Package selection
|
||||
tasksel tasksel/first multiselect standard
|
||||
tasksel tasksel/first multiselect ssh-server
|
||||
# If the desktop task is selected, install the kde and xfce desktops
|
||||
# instead of the default gnome desktop.
|
||||
#tasksel tasksel/desktop multiselect kde, xfce
|
||||
|
|
@ -265,7 +265,7 @@ d-i grub-installer/only_debian boolean true
|
|||
|
||||
# This one makes grub-installer install to the MBR if it also finds some other
|
||||
# OS, which is less safe as it might not be able to boot that other OS.
|
||||
d-i grub-installer/with_other_os boolean true
|
||||
#d-i grub-installer/with_other_os boolean true
|
||||
|
||||
# Alternatively, if you want to install to a location other than the mbr,
|
||||
# uncomment and edit these lines:
|
||||
|
|
|
|||
Loading…
Reference in New Issue