Skip to content

Commit 90adc64

Browse files
committed
add obs repo for grub-dtbo
1 parent c5b5555 commit 90adc64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lb-config-bookworm.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ LB_IMAGE_NAME="debian-bookworm-live" lb config \
2626

2727
echo "deb https://apt.armbian.com bookworm main bookworm-utils bookworm-desktop" > config/archives/live.list.chroot
2828
echo "deb https://apt.armbian.com bookworm main bookworm-utils bookworm-desktop" > config/archives/live.list.binary
29+
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_12/ /" >> config/archives/live.list.chroot
30+
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_12/ /" >> config/archives/live.list.binary
2931

3032
wget https://raw.githubusercontent.com/armbian/build/main/config/armbian.key
3133
gpg --dearmor < armbian.key > armbian.gpg
3234
cp armbian.gpg config/archives/armbian.key.binary
3335
cp armbian.gpg config/archives/armbian.key.chroot
36+
wget https://download.opensuse.org/repositories/home:amazingfate:grub-dtbo/Debian_12/Release.key
37+
gpg --dearmor < Release.key > obs-amazingfate.gpg
38+
cp obs-amazingfate.gpg config/archives/obs-amazingfate.key.binary
39+
cp obs-amazingfate.gpg config/archives/obs-amazingfate.key.chroot
3440

3541
wget https://raw.githubusercontent.com/armbian/build/main/config/cli/common/main/packages -O config/package-lists/armbian-cli.list.chroot
3642
wget https://raw.githubusercontent.com/armbian/build/main/config/cli/common/main/packages.additional -O config/package-lists/armbian-cli-addtional.list.chroot

0 commit comments

Comments
 (0)