New ISO build
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 15m9s

This commit is contained in:
ferreo 2024-09-27 19:49:05 +01:00
parent 03781928de
commit da5264529c
5 changed files with 15 additions and 3 deletions

View File

@ -1 +1 @@
2
1

View File

@ -18,5 +18,6 @@ do
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

9
hooks/5-add-autologin.chroot Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
mkdir -p /etc/gdm3 || true
mkdir -p /etc/sddm.conf.d/ || true
echo -e '[daemon]\nAutomaticLogin=pikaos\nAutomaticLoginEnable=True' >> /etc/gdm3/daemon.conf || true
sed '/WaylandEnable=false/ s/^\#*/\#/' -i /etc/gdm3/daemon.conf || true
ln -sf /etc/gdm3/daemon.conf /etc/gdm3/custom.conf
echo -e '[Autologin]\nUser=pikaos\nSession=plasma' > /etc/sddm.conf.d/zautologin.conf || true
echo -e '[User]\nSession=gnome\nIcon=/home/pikaos/.face\nSystemAccount=false' > /var/lib/AccountsService/users/pikaos || 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="KDE"