fix xfce arm lb configs
This commit is contained in:
parent
ebda7db33e
commit
867ac1a21a
|
@ -23,6 +23,7 @@ lb config noauto \
|
|||
--bootstrap-qemu-static /usr/sbin/qemu-debootstrap \
|
||||
--architectures arm64 \
|
||||
--linux-flavours arm64 \
|
||||
--bootloaders grub-efi \
|
||||
--distribution bookworm \
|
||||
--archive-areas "main contrib non-free non-free-firmware" \
|
||||
--mirror-bootstrap https://deb.debian.org/debian \
|
||||
|
@ -50,7 +51,6 @@ lb config noauto \
|
|||
"${@}"
|
||||
|
||||
|
||||
|
||||
# Install the Xfce Desktop
|
||||
mkdir -p $acorbuild/build/config/package-lists
|
||||
echo xfce4 xfce4-goodies > $acorbuild/build/config/package-lists/desktop.list.chroot
|
||||
|
|
Loading…
Reference in New Issue