Skip to content

Commit 378dc83

Browse files
committed
build mainline kernel for bookworm and trixie
1 parent 7cdf793 commit 378dc83

3 files changed

+2
-5
lines changed

additional-packages.trixie

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ gparted
77
live-task-localisation
88
live-task-recommended
99
systemd-timesyncd
10-
libmali-valhall-g610-g24p0-x11-wayland-gbm

lb-config-bookworm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LB_IMAGE_NAME="debian-bookworm-live" lb config \
1010
--bootloaders grub-efi \
1111
--keyring-packages "debian-archive-keyring ca-certificates fontconfig-config initramfs-tools" \
1212
--linux-packages "linux-image linux-headers" \
13-
--linux-flavours "vendor-rk35xx" \
13+
--linux-flavours "edge-rockchip64" \
1414
--parent-mirror-bootstrap "http://ftp.debian.org/debian/" \
1515
--parent-mirror-chroot "http://ftp.debian.org/debian/" \
1616
--parent-mirror-chroot-security "http://security.debian.org/debian-security/" \

lb-config-trixie.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LB_IMAGE_NAME="debian-trixie-live" lb config \
99
--bootloaders grub-efi \
1010
--keyring-packages "debian-archive-keyring ca-certificates fontconfig-config initramfs-tools" \
1111
--linux-packages "linux-image linux-headers" \
12-
--linux-flavours "vendor-rk35xx" \
12+
--linux-flavours "edge-rockchip64" \
1313
--parent-mirror-bootstrap "http://ftp.debian.org/debian/" \
1414
--parent-mirror-chroot "http://ftp.debian.org/debian/" \
1515
--parent-mirror-chroot-security "http://security.debian.org/debian-security/" \
@@ -27,8 +27,6 @@ echo "deb https://apt.armbian.com trixie main trixie-utils trixie-desktop" > con
2727
echo "deb https://apt.armbian.com bookworm main trixie-utils trixie-desktop" > config/archives/live.list.binary
2828
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_Testing/ /" >> config/archives/live.list.chroot
2929
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_Testing/ /" >> config/archives/live.list.binary
30-
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/libmali-rockchip/Debian_Testing/ /" >> config/archives/live.list.chroot
31-
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/libmali-rockchip/Debian_Testing/ /" >> config/archives/live.list.binary
3230

3331
wget https://raw.githubusercontent.com/armbian/build/main/config/armbian.key
3432
gpg --dearmor < armbian.key > armbian.gpg

0 commit comments

Comments
 (0)