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
|
# Set environment variables
|
||||||
PREFIX=AcorOS-lxqt
|
PREFIX=AcorOS-lxqt
|
||||||
SUFFIX=amd64
|
SUFFIX=arm64
|
||||||
BUILD=lxqt
|
BUILD=lxqt-arm
|
||||||
TODAY=$(date -u +"%Y-%m-%d")
|
TODAY=$(date -u +"%Y-%m-%d")
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=/var/www/html/nightly/AcorOS/${BUILD}
|
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 \
|
--bootstrap-qemu-arch arm64 \
|
||||||
--architectures arm64 \
|
--architectures arm64 \
|
||||||
--linux-flavours arm64 \
|
--linux-flavours arm64 \
|
||||||
--bootloaders grub-efi \
|
--bootloaders grub-efi \
|
||||||
--distribution bookworm \
|
--distribution bookworm \
|
||||||
--archive-areas "main contrib non-free non-free-firmware" \
|
--archive-areas "main contrib non-free non-free-firmware" \
|
||||||
--mirror-bootstrap https://deb.debian.org/debian \
|
--mirror-bootstrap https://deb.debian.org/debian \
|
||||||
|
|
Loading…
Reference in New Issue