From 675c6a27af53a90d741b92607222e0f0a05f5c47 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 27 Sep 2024 18:55:39 +0100 Subject: [PATCH] New Gnome ISO --- .github/release-nest-v3-nvidia-iso | 2 +- chroot_scripts/2-install-live-lists.sh | 3 ++- hooks/999-cleanup-apt-cache.chroot | 2 ++ info.sh | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/release-nest-v3-nvidia-iso b/.github/release-nest-v3-nvidia-iso index 56a6051..d8263ee 100644 --- a/.github/release-nest-v3-nvidia-iso +++ b/.github/release-nest-v3-nvidia-iso @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/chroot_scripts/2-install-live-lists.sh b/chroot_scripts/2-install-live-lists.sh index 2aa1dae..d86c531 100755 --- a/chroot_scripts/2-install-live-lists.sh +++ b/chroot_scripts/2-install-live-lists.sh @@ -19,4 +19,5 @@ done apt-get install --yes --no-install-recommends --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" $(cat /chroot_scripts/live_list | tr "\n" " ") - +systemctl mask fwupd || true +systemctl mask nmdb || true diff --git a/hooks/999-cleanup-apt-cache.chroot b/hooks/999-cleanup-apt-cache.chroot index c544ca3..e5233f5 100755 --- a/hooks/999-cleanup-apt-cache.chroot +++ b/hooks/999-cleanup-apt-cache.chroot @@ -4,4 +4,6 @@ rm -f /var/lib/apt/lists/*_Packages rm -f /var/lib/apt/lists/*_Sources rm -f /var/lib/apt/lists/*_Translation-* +systemctl unmask fwupd || true +systemctl unmask nmdb || true apt clean -y \ No newline at end of file diff --git a/info.sh b/info.sh index f1ddc54..f77db40 100755 --- a/info.sh +++ b/info.sh @@ -6,7 +6,7 @@ export LIVE_BOOT_LIVE_PATH="$LIVE_BOOT_DATA_PATH/live" export ROOTFS_PATH="$LIVE_BOOT_PATH/rootfs" export LIVE_HOSTNAME="pikaos" export ISO_DISTNAME="#DISTNAME#" -export ISO_KERNEL="6.10.7-pikaos" +export ISO_KERNEL="6.11.0-pikaos" export ISO_ARCH="#ARCH#" export ISO_RELEASE="4.0" export ISO_DESKTOP="GNOME"