CLOUDSTACK-1066 slim down the package by not choosing 'standard'. Allow root user to login (FIXME) otherwise veewee is unable to login
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/990d20b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/990d20b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/990d20b6 Branch: refs/heads/master Commit: 990d20b67b478ced23e5b2164bd0cff165a980e2 Parents: 2364ada Author: Chiradeep Vittal <[email protected]> Authored: Thu Feb 7 18:47:46 2013 -0800 Committer: Chiradeep Vittal <[email protected]> Committed: Thu Feb 7 19:02:21 2013 -0800 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/preseed.cfg | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/990d20b6/tools/appliance/definitions/systemvmtemplate/preseed.cfg ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/preseed.cfg b/tools/appliance/definitions/systemvmtemplate/preseed.cfg index 2b956e1..a21fd8a 100644 --- a/tools/appliance/definitions/systemvmtemplate/preseed.cfg +++ b/tools/appliance/definitions/systemvmtemplate/preseed.cfg @@ -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:
