forked from images/live-iso-gnome
New ISO build
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 15m9s
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 15m9s
This commit is contained in:
parent
03781928de
commit
da5264529c
2
.github/release-nest-v3-nvidia-iso
vendored
2
.github/release-nest-v3-nvidia-iso
vendored
@ -1 +1 @@
|
||||
2
|
||||
1
|
@ -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
9
hooks/5-add-autologin.chroot
Executable 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
|
@ -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
|
||||
|
2
info.sh
2
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="KDE"
|
||||
|
Loading…
Reference in New Issue
Block a user