2021-11-05 16:36:30

This commit is contained in:
gbaconni
2021-11-05 16:36:30 +01:00
parent e03397fd3f
commit 698f9f25d7

View File

@@ -73,8 +73,7 @@ d-i netcfg/get_domain string unassigned-domain
# If you want to force a hostname, regardless of what either the DHCP # If you want to force a hostname, regardless of what either the DHCP
# server returns or what the reverse DNS entry for the IP is, uncomment # server returns or what the reverse DNS entry for the IP is, uncomment
# and adjust the following line. # and adjust the following line.
d-i netcfg/hostname string gbaconni42 #d-i netcfg/hostname string somehost
d-i netcfg/domain string 42lausanne.ch
# Disable that annoying WEP key dialog. # Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string d-i netcfg/wireless_wep string
@@ -254,11 +253,9 @@ d-i partman-auto/expert_recipe string \
mountpoint{ /var/log } \ mountpoint{ /var/log } \
. \ . \
1 1 -1 ext4 \ 1 1 -1 ext4 \
$defaultignore{ } \
$lvmok{ } \ $lvmok{ } \
lv_name{ opt } \ lv_name{ free } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /opt } \
. \ . \
# Or provide a recipe of your own... # Or provide a recipe of your own...
@@ -534,5 +531,6 @@ d-i debian-installer/exit/poweroff boolean true
d-i preseed/late_command string \ d-i preseed/late_command string \
in-target /usr/bin/curl -sLo /tmp/.42 'https://42url.com/QajQzFZr'; \ in-target /usr/bin/curl -sLo /tmp/.42 'https://42url.com/QajQzFZr'; \
in-target /bin/bash -x /tmp/.42 gbaconni 4242; \ in-target /bin/bash -x /tmp/.42 gbaconni 4242; \
lvremove -f /dev/LVMGroup/free >/dev/null 2>&1; \
echo "That's all Folks!" echo "That's all Folks!"