New Gnome ISO
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 8m9s

This commit is contained in:
ferreo 2024-09-27 18:55:39 +01:00
parent 237ed7dcdc
commit 675c6a27af
4 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
1
2

View File

@ -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

View File

@ -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

View File

@ -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"