Update image to bullseye
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8be243209d
commit
4e659c0fef
5 changed files with 7 additions and 8 deletions
|
@ -5,7 +5,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: Build live-cd Image
|
||||
image: debian:buster
|
||||
image: debian:bullseye
|
||||
privileged: true
|
||||
commands:
|
||||
- apt update
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
lb config noauto \
|
||||
--architectures amd64 \
|
||||
--distribution buster \
|
||||
--backports true \
|
||||
--distribution bullseye \
|
||||
--bootappend-live "boot=live components initrd=/live/initrd.img keyboard-layouts=de" \
|
||||
"${@}"
|
||||
|
|
|
@ -4,10 +4,10 @@ NAME=debian-live-cd-$ID
|
|||
DIR=$BASEDIR/$NAME
|
||||
|
||||
echo "Generating container under $DIR"
|
||||
zfs snapshot ztstor/ROOT/archie/var/lib/machines/buster-template@${ID}
|
||||
zfs snapshot ztstor/ROOT/archie/var/lib/machines/bullseye-template@${ID}
|
||||
zfs clone \
|
||||
-o mountpoint=$DIR \
|
||||
ztstor/ROOT/archie/var/lib/machines/buster-template@${ID} \
|
||||
ztstor/ROOT/archie/var/lib/machines/bullseye-template@${ID} \
|
||||
ztstor/ROOT/archie/var/lib/machines/$NAME
|
||||
|
||||
mkdir $DIR/var/live-build/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Image]
|
||||
Architecture: amd64
|
||||
Archive-Areas: main contrib non-free
|
||||
Distribution: buster
|
||||
Distribution: bullseye
|
||||
Mirror-Bootstrap: http://deb.debian.org/debian/
|
||||
|
||||
[FIXME]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
linux-headers-amd64
|
||||
zfs-dkms/buster-backports
|
||||
zfsutils-linux/buster-backports
|
||||
zfs-dkms
|
||||
zfsutils-linux
|
||||
|
|
Loading…
Reference in a new issue