|
@@ -76,7 +76,7 @@ mkswap $swapfile #format file
|
|
|
#----------
|
|
|
# Bootstrap -- pkg: debootstrap
|
|
|
# Remark: Debootstrap does not install recommands!!
|
|
|
-debootstrap --variant=minbase --arch=amd64 bullseye $mnt http://ftp2.de.debian.org/debian/
|
|
|
+debootstrap --variant=minbase --arch=amd64 bookworm $mnt http://ftp2.de.debian.org/debian/
|
|
|
|
|
|
#----------
|
|
|
# Configuration
|
|
@@ -89,12 +89,12 @@ EOL
|
|
|
|
|
|
# Configure sources.list
|
|
|
cat >$mnt/etc/apt/sources.list <<EOL
|
|
|
-deb http://ftp2.de.debian.org/debian bullseye main contrib non-free
|
|
|
-#deb-src http://ftp2.de.debian.org/debian bullseye main contrib non-free
|
|
|
-deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
|
|
|
-#deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
|
|
|
-deb http://ftp2.de.debian.org/debian bullseye-updates main contrib non-free
|
|
|
-#deb-src http://ftp2.de.debian.org/debian bullseye-updates main contrib non-free
|
|
|
+deb http://deb.debian.org/debian bookworm main non-free-firmware
|
|
|
+# deb-src http://deb.debian.org/debian bookworm main non-free-firmware
|
|
|
+deb http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
|
|
|
+# deb-src http://deb.debian.org/debian-security/ bookworm-security main non-free-firmware
|
|
|
+deb http://deb.debian.org/debian bookworm-updates main non-free-firmware
|
|
|
+# deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware
|
|
|
EOL
|
|
|
|
|
|
# Configure hostname
|