From b76897ee98a0362d248cd0b40530da7892002b6d Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 6 Dec 2023 16:15:51 -0100 Subject: [PATCH] update lxqt arm64 BldHelper.sh script and add the missing symlinks --- Lxqt-arm64/BldHelper.sh | 4 ++-- Lxqt-arm64/acorapplication | 1 + Lxqt-arm64/acorbootloaders | 1 + Lxqt-arm64/acorconfigs | 1 + Lxqt-arm64/acorcsv | 1 + Lxqt-arm64/acorgrub | 1 + Lxqt-arm64/acorinstaller | 1 + Lxqt-arm64/acorlightdm | 1 + Lxqt-arm64/acorprofile | 1 + Lxqt-arm64/acorrepos | 1 + Lxqt-arm64/acoruserconfig | 1 + Lxqt-arm64/build.sh | 2 +- 12 files changed, 13 insertions(+), 3 deletions(-) create mode 120000 Lxqt-arm64/acorapplication create mode 120000 Lxqt-arm64/acorbootloaders create mode 120000 Lxqt-arm64/acorconfigs create mode 120000 Lxqt-arm64/acorcsv create mode 120000 Lxqt-arm64/acorgrub create mode 120000 Lxqt-arm64/acorinstaller create mode 120000 Lxqt-arm64/acorlightdm create mode 120000 Lxqt-arm64/acorprofile create mode 120000 Lxqt-arm64/acorrepos create mode 120000 Lxqt-arm64/acoruserconfig diff --git a/Lxqt-arm64/BldHelper.sh b/Lxqt-arm64/BldHelper.sh index f08a392..9a1d86e 100644 --- a/Lxqt-arm64/BldHelper.sh +++ b/Lxqt-arm64/BldHelper.sh @@ -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} diff --git a/Lxqt-arm64/acorapplication b/Lxqt-arm64/acorapplication new file mode 120000 index 0000000..e2f9133 --- /dev/null +++ b/Lxqt-arm64/acorapplication @@ -0,0 +1 @@ +../acorapplication \ No newline at end of file diff --git a/Lxqt-arm64/acorbootloaders b/Lxqt-arm64/acorbootloaders new file mode 120000 index 0000000..162ad0c --- /dev/null +++ b/Lxqt-arm64/acorbootloaders @@ -0,0 +1 @@ +../acorbootloaders \ No newline at end of file diff --git a/Lxqt-arm64/acorconfigs b/Lxqt-arm64/acorconfigs new file mode 120000 index 0000000..cf34af9 --- /dev/null +++ b/Lxqt-arm64/acorconfigs @@ -0,0 +1 @@ +../acorconfigs \ No newline at end of file diff --git a/Lxqt-arm64/acorcsv b/Lxqt-arm64/acorcsv new file mode 120000 index 0000000..799da98 --- /dev/null +++ b/Lxqt-arm64/acorcsv @@ -0,0 +1 @@ +../acorcsv \ No newline at end of file diff --git a/Lxqt-arm64/acorgrub b/Lxqt-arm64/acorgrub new file mode 120000 index 0000000..d9a5ac7 --- /dev/null +++ b/Lxqt-arm64/acorgrub @@ -0,0 +1 @@ +../acorgrub \ No newline at end of file diff --git a/Lxqt-arm64/acorinstaller b/Lxqt-arm64/acorinstaller new file mode 120000 index 0000000..497b744 --- /dev/null +++ b/Lxqt-arm64/acorinstaller @@ -0,0 +1 @@ +../acorinstaller \ No newline at end of file diff --git a/Lxqt-arm64/acorlightdm b/Lxqt-arm64/acorlightdm new file mode 120000 index 0000000..85c8ff7 --- /dev/null +++ b/Lxqt-arm64/acorlightdm @@ -0,0 +1 @@ +../acorlightdm \ No newline at end of file diff --git a/Lxqt-arm64/acorprofile b/Lxqt-arm64/acorprofile new file mode 120000 index 0000000..29d1f75 --- /dev/null +++ b/Lxqt-arm64/acorprofile @@ -0,0 +1 @@ +../acorprofile \ No newline at end of file diff --git a/Lxqt-arm64/acorrepos b/Lxqt-arm64/acorrepos new file mode 120000 index 0000000..c3e5c40 --- /dev/null +++ b/Lxqt-arm64/acorrepos @@ -0,0 +1 @@ +../acorrepos \ No newline at end of file diff --git a/Lxqt-arm64/acoruserconfig b/Lxqt-arm64/acoruserconfig new file mode 120000 index 0000000..486688c --- /dev/null +++ b/Lxqt-arm64/acoruserconfig @@ -0,0 +1 @@ +../acoruserconfig \ No newline at end of file diff --git a/Lxqt-arm64/build.sh b/Lxqt-arm64/build.sh index 0fe41ed..4e937cb 100644 --- a/Lxqt-arm64/build.sh +++ b/Lxqt-arm64/build.sh @@ -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 \