Compare commits

...

29 Commits
main ... main

Author SHA1 Message Date
03781928de Update .github/release-nest-v3-nvidia-iso
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 3m42s
2024-09-08 00:41:00 +02:00
b43624362b Update .github/release-nest-v3-nvidia-iso
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 2m43s
2024-09-08 00:10:28 +02:00
196ee11e81 Update .github/release-nest-v3-nvidia-iso
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 15m52s
2024-09-05 13:31:04 +02:00
30b7b15cfd Update nvidia-enablement/hooks/3-install-nvidia-driver.chroot 2024-09-05 13:30:40 +02:00
299ed9f5f7 Update .github/release-nest-v3-nvidia-iso
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 13m43s
2024-09-04 19:43:58 +02:00
82317689cf Update .github/release-nest-v3-nvidia-iso
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 10m53s
2024-09-04 17:26:14 +02:00
621fcea8ba Update hooks/999-cleanup-apt-cache.chroot 2024-09-04 17:13:54 +02:00
a6b4ed7830 Update build.sh 2024-09-04 16:13:27 +02:00
136ec26b4f Update info.sh 2024-09-04 15:49:38 +02:00
a302a78943 Update .github/release-nest-v3-nvidia-iso
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 33m14s
2024-09-04 11:22:10 +02:00
0790cc48c8 Update pool-lists/0-main.list 2024-09-04 11:00:41 +02:00
88adabbf9b Update nvidia-enablement/data/refind/EFI/boot/refind.conf 2024-09-03 14:02:01 +02:00
006d5a793e Update data/refind/EFI/boot/refind.conf-sample 2024-09-03 14:01:45 +02:00
daec8227e4 Update data/refind/EFI/boot/refind.conf 2024-09-03 14:01:27 +02:00
f8f38f45f0 Update data/refind/EFI/boot/refind-dark/refind-dark.conf 2024-09-03 14:01:02 +02:00
17fed73c98 Update .github/release-nest-v3-nvidia-iso
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 15m43s
2024-08-29 20:57:19 +02:00
0ebce1a7a5 Update info.sh 2024-08-29 20:55:19 +02:00
f23b1ef44f Update .github/release-nest-v3-nvidia-iso
All checks were successful
Release Nest NVIDIA amd64-v3 ISO / build (push) Successful in 15m13s
2024-08-29 20:39:07 +02:00
1a3dd86401 Update chroot_scripts/0-chroot.sh 2024-08-29 20:28:08 +02:00
b009e4293d Update chroot_scripts/2-install-live-lists.sh 2024-08-29 20:27:48 +02:00
bfe119e32c Update .github/release-nest-v3-nvidia-iso
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 5m31s
2024-08-29 20:19:56 +02:00
32c18e49fd Update chroot_scripts/2-install-live-lists.sh 2024-08-29 20:19:35 +02:00
07ffb8914c Update .github/release-nest-v3-nvidia-iso
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 8m43s
2024-08-29 19:59:35 +02:00
66a5e91ea4 Delete hooks/5-add-autologin.chroot 2024-08-29 19:59:08 +02:00
85569c8fad Delete hooks/0-color-papirus.chroot 2024-08-29 19:55:22 +02:00
8fb7ccb7e3 Update README.md 2024-08-29 19:54:06 +02:00
9ce978982d Update README.md 2024-08-29 19:53:18 +02:00
582da2ca89 Update rem-lists/live-boot.list 2024-08-29 19:50:25 +02:00
8d411ef520 Update live-lists/1-desktop.list 2024-08-29 19:48:25 +02:00
16 changed files with 23 additions and 29 deletions

View File

@ -1 +1 @@
3
2

View File

@ -1,3 +1,3 @@
# live-iso-gnome-amd64-v3
# live-iso-kde
Live ISO Builder for PikaOS GNOME (amd64-v3)
Live ISO Builder for PikaOS KDE

View File

@ -44,10 +44,9 @@ mksquashfs \
"$ROOTFS_PATH" \
"$LIVE_BOOT_LIVE_PATH/filesystem.squashfs" \
-noappend \
-comp xz \
-b 1M \
-Xdict-size 1M \
-Xbcj x86
-comp zstd \
-Xcompression-level 19 \
-b 1M
# Copy Kernel to live (Disabled, Copy Kernels to refind instead)
#cp "$ROOTFS_PATH/boot"/vmlinuz-* \
@ -93,6 +92,7 @@ xorriso \
-partition_offset 16 \
-appended_part_as_gpt \
-no-pad \
-no-emul-boot \
-append_partition 2 0xef "$EFI_BOOT_IMAGE" \
--efi-boot --interval:appended_partition_2:all:: \
-o "./output/$ISO_IMAGE".iso \

View File

@ -16,6 +16,7 @@ apt-get install initramfs-tools adwaita-icon-theme amdgpu-drm --yes --option Dpk
apt-get install desktop-file-utils --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" --no-install-recommends
apt-get install kernel-pika --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" --no-install-recommends
apt-get install booster-placeholder --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" --no-install-recommends
apt-get install --yes --no-install-recommends --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" pika-kde-settings
# Upgrade system with new cache

View File

@ -14,7 +14,7 @@ banner refind-dark/banners/refind.png
#timeout -1
#Display, customize according to your display
#resolution 3440 1440
resolution max
#Graphics
use_graphics_for linux,grub,osx,windows

View File

@ -186,7 +186,7 @@ use_nvram false
#resolution 1024 768
#resolution 1440 900
#resolution 3
#resolution max
resolution max
# Enable touch screen support. If active, this feature enables use of
# touch screen controls (as on tablets). Note, however, that not all

View File

@ -186,7 +186,7 @@ use_nvram false
#resolution 1024 768
#resolution 1440 900
#resolution 3
#resolution max
resolution max
# Enable touch screen support. If active, this feature enables use of
# touch screen controls (as on tablets). Note, however, that not all

View File

@ -1,3 +0,0 @@
#! /bin/bash
/usr/lib/pika/gnome-layouts/papirus-folders -u -C yellow

View File

@ -1,9 +0,0 @@
#!/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,3 +4,4 @@
rm -f /var/lib/apt/lists/*_Packages
rm -f /var/lib/apt/lists/*_Sources
rm -f /var/lib/apt/lists/*_Translation-*
apt clean -y

View File

@ -6,10 +6,10 @@ 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.5-pikaos"
export ISO_KERNEL="6.10.7-pikaos"
export ISO_ARCH="#ARCH#"
export ISO_RELEASE="4.0"
export ISO_DESKTOP="GNOME"
export ISO_DESKTOP="KDE"
export ISO_PATCH="7"
export ISO_IMAGE="$ISO_DISTNAME-$ISO_DESKTOP-$ISO_RELEASE-$ISO_ARCH-$(date '+%y.%m.%d')-$ISO_PATCH"
export LIVE_BOOT_VOLUME_NAME="$ISO_DISTNAME-$ISO_DESKTOP-$ISO_RELEASE-$ISO_ARCH-$ISO_PATCH"

View File

@ -1,5 +1,5 @@
apt-xapian-index
python3-xapian
pika-gnome-desktop
pika-gnome-settings
pika-kde-desktop
pika-kde-settings
firefox

View File

@ -186,7 +186,7 @@ use_nvram false
#resolution 1024 768
#resolution 1440 900
#resolution 3
#resolution max
resolution max
# Enable touch screen support. If active, this feature enables use of
# touch screen controls (as on tablets). Note, however, that not all

View File

@ -1,4 +1,4 @@
#!/bin/bash
apt-get install --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" \
nvidia-driver-555
nvidia-open-driver-560

View File

@ -26,3 +26,4 @@ refind
mokutil
pika-refind-theme
booster
zram-tools

View File

@ -7,9 +7,12 @@ ubuntu-session
ubuntu-wallpapers
unattended-upgrades
xul-ext-ubufox
yaru-theme-gnome-shell
tilix
gnome-shell
nautilus
gnome-sushi
apport
gnome-terminal
rtkit
emacs-common
cosmic-term