forked from images/live-iso-gnome
Compare commits
101 Commits
Author | SHA1 | Date | |
---|---|---|---|
0f54b6f072 | |||
ab7a810b5e | |||
eba5d2788a | |||
58b0c15a2f | |||
4e3ca4a87d | |||
2a26f317f2 | |||
eea6131130 | |||
1211a9c7d7 | |||
8c337f186e | |||
|
14402aaecc | ||
|
354be17656 | ||
|
306483ea35 | ||
|
193e8f3bee | ||
a2b04b230c | |||
482f63a6fa | |||
f0eab190db | |||
|
849a19d636 | ||
|
78df3d8921 | ||
|
498a9e57e2 | ||
|
5d5a11492f | ||
|
4f55b9e695 | ||
d6c162ecb1 | |||
5a138c26d1 | |||
419a84a5be | |||
ba0a8adc4d | |||
d0a2bcfbd8 | |||
|
4fd2ea72f8 | ||
|
c24661c44a | ||
|
8659ac69c4 | ||
|
71390029a8 | ||
|
3982ec9ed1 | ||
|
4e51c0e71f | ||
|
39917d462b | ||
ccc3c93eec | |||
|
c1c7cf8290 | ||
|
999be0a562 | ||
|
b04e091341 | ||
|
99d329a769 | ||
2c5014b07b | |||
bbc1a15a86 | |||
2fffdfa991 | |||
bab4abf428 | |||
72ec0f204e | |||
d0bd1b43a9 | |||
22f1936bae | |||
f8e4d26594 | |||
f0e9cb5bc6 | |||
6f3698a1ea | |||
a92ba758fd | |||
d871accb42 | |||
ce251f9c56 | |||
943d63dd6f | |||
ef8eccef67 | |||
741cab308f | |||
573d38eca2 | |||
3cc6792b05 | |||
39a95a1de2 | |||
25e3b5280a | |||
a645e7a221 | |||
a5ea43bb78 | |||
1f70bae7f0 | |||
89e0d4480c | |||
e01df8c591 | |||
8a9bcf7e36 | |||
df21ebe603 | |||
bf0dfa40c2 | |||
08e235b716 | |||
87dd1185d6 | |||
cc34a1671c | |||
547b7f747d | |||
a000c91189 | |||
7226d9d995 | |||
8dbbe546fd | |||
2a72bb9993 | |||
c234665e1f | |||
4ea9a19cca | |||
2101ab08b1 | |||
c308ab6fee | |||
a6bc57b26c | |||
3a25cde35f | |||
52affc3c56 | |||
e131a7d1a3 | |||
d54bce7b2e | |||
0b0cca179b | |||
675c6a27af | |||
237ed7dcdc | |||
6a5df88982 | |||
8f3621b7d0 | |||
b61bb5dce3 | |||
b594c19d62 | |||
27ba00435d | |||
f2b36c0887 | |||
183978db87 | |||
c7f3d612c9 | |||
2c5d60c507 | |||
baf915421c | |||
319ad33b8f | |||
9354cfcc4e | |||
b5eeb261ab | |||
be870222c1 | |||
446929f759 |
2
.github/release-nest-v3-cosmo-iso
vendored
2
.github/release-nest-v3-cosmo-iso
vendored
@ -1 +1 @@
|
||||
4
|
||||
2
|
||||
|
2
.github/release-nest-v3-nvidia-iso
vendored
2
.github/release-nest-v3-nvidia-iso
vendored
@ -1 +1 @@
|
||||
2
|
||||
1
|
@ -1,3 +1,3 @@
|
||||
# live-iso-kde
|
||||
# live-iso-gnome
|
||||
|
||||
Live ISO Builder for PikaOS KDE
|
||||
Live ISO Builder for PikaOS GNOME
|
@ -16,7 +16,6 @@ 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
|
||||
|
||||
|
@ -18,6 +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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get install --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" \
|
||||
nvidia-open-driver-565
|
||||
nvidia-open-driver-560
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get install --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" \
|
||||
pika-gameutils-meta obs-studio libgtk-4-dev cargo code libadwaita-1-dev gtk-4-examples libadwaita-1-examples code openjdk-8-jre-headless openjdk-24-jre gh git
|
||||
pika-gameutils-meta
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
hooks/0-color-papirus.chroot
Executable file
3
hooks/0-color-papirus.chroot
Executable file
@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
|
||||
/usr/lib/pika/gnome-layouts/papirus-folders -u -C yellow
|
@ -5,5 +5,5 @@ 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=plasmax11' > /etc/sddm.conf.d/zautologin.conf || true
|
||||
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
|
||||
|
@ -6,4 +6,4 @@ 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
|
||||
apt clean -y
|
4
info.sh
4
info.sh
@ -10,8 +10,8 @@ export ISO_NVIDIA=#IS_ISO_NVIDIA#
|
||||
export ISO_KERNEL="6.12.8-pikaos"
|
||||
export ISO_ARCH="#ARCH#"
|
||||
export ISO_RELEASE="4.0"
|
||||
export ISO_DESKTOP="KDE"
|
||||
export ISO_DESKTOP_ID="KD"
|
||||
export ISO_DESKTOP="GNOME"
|
||||
export ISO_DESKTOP_ID="GN"
|
||||
export ISO_PATCH="1"
|
||||
if [ "ISO_NVIDIA" = true ]
|
||||
then
|
||||
|
@ -1,5 +1,5 @@
|
||||
apt-xapian-index
|
||||
python3-xapian
|
||||
pika-kde-desktop
|
||||
pika-kde-settings
|
||||
pika-gnome-desktop
|
||||
pika-gnome-settings
|
||||
firefox
|
@ -7,12 +7,9 @@ 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
|
Loading…
x
Reference in New Issue
Block a user