diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-12 14:07:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-12 14:07:38 +0100 |
commit | 04693e31f4c4bd9deb6c43b6299a77db2e22d35b (patch) | |
tree | a26b079da6e5360d3d93d58c92a419ffa3ffe8c8 /d-i-preseed-cfgs | |
parent | 86f6c0231b52669daa45890bbdf532f26f26acd9 (diff) | |
download | jenkins.debian.net-04693e31f4c4bd9deb6c43b6299a77db2e22d35b.tar.xz |
g-i preseeding standalone: try+prepare
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, 5 insertions, 1 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 424fa592..18deeece 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 @@ -305,10 +305,11 @@ d-i partman/confirm_nooverwrite boolean true # Profile for debian-edu-install versions 1.519 - 1.528 (squeeze) d-i debian-edu-install/profile-expert multiselect Standalone -d-i debian-edu-install/profile seen true +d-i debian-edu-install/profile-expert seen true # Profile for debian-edu-install versions 0.1 - 1.518, 1.529 -> higher (wheezy) d-i debian-edu-install/profile multiselect Standalone +d-i debian-edu-install/profile seen true d-i debian-edu-install/confirm boolean true @@ -317,6 +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 # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential |