diff --git a/http/preseed.cfg b/http/preseed.cfg index 56b14e4..79a2e3d 100644 --- a/http/preseed.cfg +++ b/http/preseed.cfg @@ -53,7 +53,6 @@ d-i user-setup/allow-password-weak boolean true # Enable extras.ubuntu.com. d-i apt-setup/extras boolean true -# Install the Ubuntu desktop. tasksel tasksel/first multiselect xubuntu-core openssh-server choose-mirror-bin mirror/http/proxy string @@ -63,15 +62,6 @@ d-i pkgsel/update-policy select none d-i pkgsel/install-language-support boolean false d-i pkgsel/upgrade select none -##Trying to install openssh-server -#d-i pkgsel/include string openssh-server -#d-i preseed/late_command string apt-install openssh-server -#ubiquity ubiquity/success_command string apt-install openssh-server -#d-i preseed/late_command string in-target apt-get install -y openssh-server -# ubiquity ubiquity/success_command string grep -wo url='[^[:space:]]*\.cfg' /proc/cmdline |sed 's,cfg$,sh,;s,url=,,' |xargs wget -qO- |sh -## The only method that works -# ubiquity ubiquity/success_command string in-target apt-get install -y openssh-server - ### Bootloader d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true