Update preseed.cfg
This commit is contained in:
parent
ef5a0562f5
commit
4762dc98d1
|
@ -20,8 +20,8 @@ d-i netcfg/choose_interface select auto
|
|||
#d-i netcfg/get_hostname string
|
||||
#d-i netcfg/get_domain string
|
||||
|
||||
d-i netcfg/get_hostname seen true
|
||||
d-i netcfg/get_domain seen false
|
||||
#d-i netcfg/get_hostname seen true
|
||||
#d-i netcfg/get_domain seen false
|
||||
|
||||
# Timezone and time
|
||||
d-i clock-setup/utc boolean true
|
||||
|
@ -49,11 +49,6 @@ d-i apt-setup/local0/repository string [trusted=yes] https://alice.ufsj.edu.br/p
|
|||
tasksel tasksel/first multiselect standard
|
||||
d-i d-i pkgsel/include string string build-essential, alice-full
|
||||
|
||||
# Alice PPA
|
||||
#d-i preseed/late_command string \
|
||||
#in-target apt update; \
|
||||
#in-target apt install -y build-essential alice-full;
|
||||
|
||||
# Install the GRUB bootloader
|
||||
d-i grub-installer/only_debian boolean true
|
||||
d-i grub-installer/with_other_os boolean true
|
||||
|
|
Loading…
Reference in New Issue