diff options
Diffstat (limited to 'autoinstall/quantal-30.cfg')
-rw-r--r-- | autoinstall/quantal-30.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoinstall/quantal-30.cfg b/autoinstall/quantal-30.cfg index 9f23af8..84e2a26 100644 --- a/autoinstall/quantal-30.cfg +++ b/autoinstall/quantal-30.cfg @@ -34,10 +34,10 @@ d-i apt-setup/non-free boolean true d-i apt-setup/contrib boolean true tasksel tasksel/first multiselect standard -d-i pkgsel/include select build-essential cowbuilder debhelper devscripts dh-make dh-autoreconf fakeroot git-buildpackage kde-standard kontact ldapscripts lintian openssh-server pbuilder sudo vim wget +d-i pkgsel/include select openssh-server sysv-rc-conf wget d-i popularity-contest/participate boolean false -d-i preseed/late_command string in-target wget -q -O/root/init.sh http://hosted.kolabsys.com/~vanmeeuwen/bootstrap-quantal-script.txt; in-target chmod +x /root/init.sh; in-target bash /root/init.sh +d-i preseed/late_command string in-target wget -q -O/root/init.sh http://git.kolab.org/kolab-scripts/plain/autoinstall/bootstrap/bootstrap-quantal-script.txt; in-target chmod +x /root/init.sh; in-target bash /root/init.sh d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true |