Commit ac2c4f7a authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Use debian 11 for Douai too and fix packages installed

parent 153f8ef4
...@@ -6,7 +6,7 @@ SCRIPT_DIR=$(realpath `dirname "$0"`) ...@@ -6,7 +6,7 @@ SCRIPT_DIR=$(realpath `dirname "$0"`)
. $SCRIPT_DIR/download_boot_systems.sh . $SCRIPT_DIR/download_boot_systems.sh
download_debian_10_if_needed download_debian_11_if_needed
download_sysrescuecd_if_needed download_sysrescuecd_if_needed
#UPDATE THOSE VARIABLES DEPENDING ON YOUR SITE #UPDATE THOSE VARIABLES DEPENDING ON YOUR SITE
......
...@@ -24,7 +24,7 @@ d-i passwd/make-user string false ...@@ -24,7 +24,7 @@ d-i passwd/make-user string false
d-i passwd/root-login string true d-i passwd/root-login string true
d-i passwd/root-password string willbedeleted d-i passwd/root-password string willbedeleted
d-i passwd/root-password-again string willbedeleted d-i passwd/root-password-again string willbedeleted
d-i pkgsel/include string ssh aptitude bwm-ng ca-certificates dbus-user-session debian-goodies dnsutils eatmydata efibootmgr gdb git gnupg host htop iotop linux-cpupower linux-perf lm-sensors lsof man-db ndisc6 netcat-openbsd python resolvconf rsync screen smartmontools socat strace systemd-coredump vim wget xz-utils d-i pkgsel/include string ssh aptitude bwm-ng ca-certificates dbus-user-session debian-goodies dnsutils eatmydata efibootmgr gdb git gnupg host htop iotop linux-cpupower linux-perf lm-sensors lsof man-db ndisc6 netcat-openbsd python3 resolvconf rsync screen smartmontools socat strace systemd-coredump vim wget xz-utils
# - fix UTF-8 (C.UTF-8 globally, no C override for root) # - fix UTF-8 (C.UTF-8 globally, no C override for root)
# - only login with a ssh-key # - only login with a ssh-key
# - restore network settings # - restore network settings
......
...@@ -24,7 +24,7 @@ d-i passwd/make-user string false ...@@ -24,7 +24,7 @@ d-i passwd/make-user string false
d-i passwd/root-login string true d-i passwd/root-login string true
d-i passwd/root-password string willbedeleted d-i passwd/root-password string willbedeleted
d-i passwd/root-password-again string willbedeleted d-i passwd/root-password-again string willbedeleted
d-i pkgsel/include string ssh aptitude bwm-ng ca-certificates dbus-user-session debian-goodies dnsutils eatmydata efibootmgr gdb git gnupg host htop iotop linux-cpupower linux-perf lm-sensors lsof man-db ndisc6 netcat-openbsd python resolvconf rsync screen smartmontools socat strace systemd-coredump vim wget xz-utils d-i pkgsel/include string ssh aptitude bwm-ng ca-certificates dbus-user-session debian-goodies dnsutils eatmydata efibootmgr gdb git gnupg host htop iotop linux-cpupower linux-perf lm-sensors lsof man-db ndisc6 netcat-openbsd python3 resolvconf rsync screen smartmontools socat strace systemd-coredump vim wget xz-utils
# - fix UTF-8 (C.UTF-8 globally, no C override for root) # - fix UTF-8 (C.UTF-8 globally, no C override for root)
# - only login with a ssh-key # - only login with a ssh-key
# - restore network settings # - restore network settings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment