]> git.plutz.net Git - blast/commitdiff
enable bullseye built
authorPaul Hänsch <paul@plutz.net>
Sat, 9 Oct 2021 10:26:42 +0000 (12:26 +0200)
committerPaul Hänsch <paul@plutz.net>
Sat, 9 Oct 2021 10:26:42 +0000 (12:26 +0200)
Makefile
keys/debian-archive-bullseye-automatic.gpg [new file with mode: 0644]
keys/debian-archive-bullseye-security-automatic.gpg [new file with mode: 0644]
keys/debian-archive-bullseye-stable.gpg [new file with mode: 0644]
live-cd.mk

index 84c9221595f947f9196b53951fb96eed5193944a..099e2f060537b7491aa8f39be94a517720f7d1eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,16 +32,18 @@ else
   include ${config}
 endif
 
-ifdef release
-  KEYRING := keys/debian-archive-${release}-stable.gpg
-else
-  release := stretch
-  KEYRING := keys/debian-archive-stretch-stable.gpg
+ifndef release
+  release := bullseye
 endif
 
+KEYRING := keys/debian-archive-${release}-stable.gpg
+KEYRING := keys/debian-archive-${release}-automatic.gpg
+KEYRING := keys/debian-archive-${release}-security-automatic.gpg
+
 ifndef SOURCES
 define SOURCES := 
 deb    http://cdn.debian.net/debian ${release} main
+deb     http://security.debian.org/ ${release}/updates main
 endef
 endif
 
@@ -383,8 +385,8 @@ _bootloader_iso: ${CFGROOT} ${ISOROOT}
        cp -L "$${CFGROOT}/vmlinuz" "$${CFGROOT}/initrd.img" "$${ISOROOT}"
        printf '%s\n' "insmod all_video" "set gfxmode=auto" "load_video" "insmod gfxterm" \
                >"$${ISOROOT}/boot/grub/grub.cfg"
-       printf '%s\n' "set timeout=10" "default=buster" \
-               "menuentry 'Debian Buster' --id 'buster' {" \
+       printf '%s\n' "set timeout=10" "default=${release}" \
+               "menuentry 'Debian ${release}' --id '${release}' {" \
                "linux '/vmlinuz' boot=live" "initrd '/initrd.img'" "}" \
                >>"$${ISOROOT}/boot/grub/grub.cfg"
        -[ -f "$${ISOROOT}/install/initrd.gz" -a -f "$${ISOROOT}/install/linux" ] && \
diff --git a/keys/debian-archive-bullseye-automatic.gpg b/keys/debian-archive-bullseye-automatic.gpg
new file mode 100644 (file)
index 0000000..dd04cb1
Binary files /dev/null and b/keys/debian-archive-bullseye-automatic.gpg differ
diff --git a/keys/debian-archive-bullseye-security-automatic.gpg b/keys/debian-archive-bullseye-security-automatic.gpg
new file mode 100644 (file)
index 0000000..1c10c2a
Binary files /dev/null and b/keys/debian-archive-bullseye-security-automatic.gpg differ
diff --git a/keys/debian-archive-bullseye-stable.gpg b/keys/debian-archive-bullseye-stable.gpg
new file mode 100644 (file)
index 0000000..8ecabc7
Binary files /dev/null and b/keys/debian-archive-bullseye-stable.gpg differ
index 780d2eb5308ccb437c6275bcbeba5f11ef482b64..b2ec095c06814d8b8441fa0484c9f4cb5fd674bb 100644 (file)
@@ -1,15 +1,16 @@
 iso=live-cd.iso
 
 packages=aqemu,debian-installer-launcher,debootstrap,dnsutils,dosfstools,exfat-fuse,exfat-utils,firefox-esr,firefox-esr-l10n-de,git,gparted,gwenview,make,man-db,manpages-de,mousepad,ncat,network-manager-gnome,ntfs-3g,okular,pavucontrol,pulseaudio,pulseaudio-module-bluetooth,qemu-kvm,qemu-system-gui,qemu-utils,ssh,synaptic,telnet,tmux,vlc,xinput
-packages+=linux-image-4.19.0-11-amd64
+packages+=linux-image-amd64
 packages+=firmware-atheros,firmware-brcm80211,firmware-iwlwifi,firmware-misc-nonfree
 # packages+=firmware-ipw2x00
 
+release=bullseye
+
 define SOURCES :=
 deb     http://cdn.debian.net/debian ${release} main non-free
 endef
 
-release=buster
 modules=nodm,xfce,live,approx
 hostname=live
 rootpass=root
@@ -39,8 +40,8 @@ _config: cfg_root/home/live/.bash_history
 cfg_root/home/live/.bash_history: cfg_root _users
        mkdir "$${CFGROOT}/home/live"
        printf '%s\n' \
-               "sudo git clone https://git.plutz.net/git/blast /mnt/blast" \
-               "for m in /proc /sys /dev /run; do sudo mount -o rbind $$m /mnt/$$m; done" \
+               'sudo git clone https://git.plutz.net/git/blast /mnt/blast' \
+               'for m in /proc /sys /dev /run; do sudo mount -o rbind $$m /mnt/$$m; done' \
                >$@
        chroot "$${CFGROOT}" chown live:live -R /home/live