diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-12 16:57:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-12 16:57:38 +0100 |
commit | 1a2fb8816a3bff05085541908ad27f6a6d572b8c (patch) | |
tree | 6cd113957e1ca27afc2090e5e1d62e11e3a7be15 /d-i-preseed-cfgs | |
parent | 04693e31f4c4bd9deb6c43b6299a77db2e22d35b (diff) | |
download | jenkins.debian.net-1a2fb8816a3bff05085541908ad27f6a6d572b8c.tar.xz |
g-i: edu squeeze standalone: preseed tasksel directly
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r-- | d-i-preseed-cfgs/debian-edu_squeeze-test_standalone_preseed.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/d-i-preseed-cfgs/debian-edu_squeeze-test_standalone_preseed.cfg b/d-i-preseed-cfgs/debian-edu_squeeze-test_standalone_preseed.cfg index 18deeece..39700a10 100644 --- a/d-i-preseed-cfgs/debian-edu_squeeze-test_standalone_preseed.cfg +++ b/d-i-preseed-cfgs/debian-edu_squeeze-test_standalone_preseed.cfg @@ -318,9 +318,9 @@ d-i debian-edu-install/confirm boolean true # If the desktop task is selected, install the kde and xfce desktops # instead of the default gnome desktop. #tasksel tasksel/desktop multiselect kde, xfce -#tasksel tasksel/desktop string kde -#tasksel tasksel/first multiselect Debian Edu non-GNOME- and non-KDE-specific desktop applications, Debian Edu standalone workstation packages -#tasksel tasksel/tasks multiselect +tasksel tasksel/desktop string kde +tasksel tasksel/first multiselect Debian Edu non-GNOME- and non-KDE-specific desktop applications, Debian Edu standalone workstation packages +tasksel tasksel/tasks multiselect # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential |