mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 15:13:25 +00:00
preseed: Remove unnecessary comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user