preseed: Remove unnecessary comments

This commit is contained in:
Alexey Rogachevskiy
2020-02-28 14:00:30 +03:00
parent ae91bb580c
commit aef4ad1623

View File

@@ -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