update lxqt arm64 BldHelper.sh script and add the missing symlinks
This commit is contained in:
parent
9565064561
commit
b76897ee98
|
@ -10,8 +10,8 @@
|
|||
|
||||
# Set environment variables
|
||||
PREFIX=AcorOS-lxqt
|
||||
SUFFIX=amd64
|
||||
BUILD=lxqt
|
||||
SUFFIX=arm64
|
||||
BUILD=lxqt-arm
|
||||
TODAY=$(date -u +"%Y-%m-%d")
|
||||
FileName="${PREFIX}-${SUFFIX}"
|
||||
LOCATION=/var/www/html/nightly/AcorOS/${BUILD}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../acorapplication
|
|
@ -0,0 +1 @@
|
|||
../acorbootloaders
|
|
@ -0,0 +1 @@
|
|||
../acorconfigs
|
|
@ -0,0 +1 @@
|
|||
../acorcsv
|
|
@ -0,0 +1 @@
|
|||
../acorgrub
|
|
@ -0,0 +1 @@
|
|||
../acorinstaller
|
|
@ -0,0 +1 @@
|
|||
../acorlightdm
|
|
@ -0,0 +1 @@
|
|||
../acorprofile
|
|
@ -0,0 +1 @@
|
|||
../acorrepos
|
|
@ -0,0 +1 @@
|
|||
../acoruserconfig
|
|
@ -22,7 +22,7 @@ lb config noauto \
|
|||
--bootstrap-qemu-arch arm64 \
|
||||
--architectures arm64 \
|
||||
--linux-flavours arm64 \
|
||||
--bootloaders grub-efi \
|
||||
--bootloaders grub-efi \
|
||||
--distribution bookworm \
|
||||
--archive-areas "main contrib non-free non-free-firmware" \
|
||||
--mirror-bootstrap https://deb.debian.org/debian \
|
||||
|
|
Loading…
Reference in New Issue