Compare commits
98 Commits
Author | SHA1 | Date | |
---|---|---|---|
112886268c | |||
1457ef9dba | |||
5efdd7d621 | |||
2401e99a1c | |||
072b2a538a | |||
910664125c | |||
aea7fdc444 | |||
26009b7fc2 | |||
efe83339c6 | |||
61661bed26 | |||
d6cae5ee29 | |||
|
41ab0e89d7 | ||
|
e1106c5717 | ||
|
c60a9b885f | ||
|
01e361948c | ||
a3f3d5bfeb | |||
8106d0f226 | |||
e9121135c0 | |||
994565c80d | |||
32883141b4 | |||
9525bdb343 | |||
60bc8cb110 | |||
49358c302e | |||
35a857b672 | |||
8385d20f5b | |||
439e32c1e1 | |||
52a4486256 | |||
20688e08bd | |||
83c55f3c2a | |||
3f4c692f89 | |||
9611a63083 | |||
1b1bbc9619 | |||
41b2207008 | |||
90c0f2b0ce | |||
a9f4a03d28 | |||
11a3237252 | |||
fd611146fd | |||
f8b39d3b2a | |||
508edacad0 | |||
37eeed4642 | |||
9fb5c70d1b | |||
1e2fb2aa23 | |||
3190a333e3 | |||
28a40a22af | |||
5f66af066e | |||
d056cb2022 | |||
b0040f2c91 | |||
5dc9be4e04 | |||
1bd712eb2f | |||
0a647ff4b0 | |||
694ea4b0ef | |||
dcdabca4e1 | |||
bd70b1bc9c | |||
bdff69aa20 | |||
3a55d46fca | |||
f3edf39c5d | |||
e81cea7907 | |||
83c3397147 | |||
3debde39af | |||
7154911791 | |||
9d0121071d | |||
2350554c00 | |||
1e47f3d400 | |||
7706c1721b | |||
8bc5e7ecee | |||
d0bb180b4e | |||
fbfdbe99e9 | |||
a0e6a7fdd0 | |||
da5264529c | |||
03781928de | |||
b43624362b | |||
196ee11e81 | |||
30b7b15cfd | |||
299ed9f5f7 | |||
82317689cf | |||
621fcea8ba | |||
a6b4ed7830 | |||
136ec26b4f | |||
a302a78943 | |||
0790cc48c8 | |||
88adabbf9b | |||
006d5a793e | |||
daec8227e4 | |||
f8f38f45f0 | |||
17fed73c98 | |||
0ebce1a7a5 | |||
f23b1ef44f | |||
1a3dd86401 | |||
b009e4293d | |||
bfe119e32c | |||
32c18e49fd | |||
07ffb8914c | |||
66a5e91ea4 | |||
85569c8fad | |||
8fb7ccb7e3 | |||
9ce978982d | |||
582da2ca89 | |||
8d411ef520 |
2
.github/release-nest-v3-cosmo-iso
vendored
2
.github/release-nest-v3-cosmo-iso
vendored
@ -1 +1 @@
|
||||
2
|
||||
4
|
2
.github/release-nest-v3-iso
vendored
2
.github/release-nest-v3-iso
vendored
@ -1 +1 @@
|
||||
2
|
||||
1
|
2
.github/release-nest-v3-nvidia-iso
vendored
2
.github/release-nest-v3-nvidia-iso
vendored
@ -1 +1 @@
|
||||
3
|
||||
2
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
2
.github/workflows/build-canary-v3-iso.yml
vendored
2
.github/workflows/build-canary-v3-iso.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/true/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
2
.github/workflows/build-nest-v3-iso.yml
vendored
2
.github/workflows/build-nest-v3-iso.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/true/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
2
.github/workflows/release-canary-v3-iso.yml
vendored
2
.github/workflows/release-canary-v3-iso.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Canary-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/true/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-COSMO/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
2
.github/workflows/release-nest-v3-iso.yml
vendored
2
.github/workflows/release-nest-v3-iso.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/false/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Set ISO Info
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh
|
||||
run: sed "s/#DISTNAME#/PikaOS-Nest-NVIDIA/g" -i ./info.sh && sed "s/#ARCH#/amd64-v3/g" -i ./info.sh && sed "s/#IS_ISO_NVIDIA#/true/g" -i ./info.sh
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
@ -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
|
19
build.sh
19
build.sh
@ -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-* \
|
||||
@ -62,11 +61,18 @@ mksquashfs \
|
||||
# Copy kernel to refind
|
||||
mkdir -p ./data/refind/EFI
|
||||
cp -vf "$ROOTFS_PATH/boot"/vmlinuz-"$ISO_KERNEL" "./data/refind/EFI/vmlinuz"
|
||||
cp -vf "$ROOTFS_PATH/boot"/initrd.img-"$ISO_KERNEL" "./data/refind/EFI/initrd"
|
||||
#cp -vf "$ROOTFS_PATH/boot"/initrd.img-"$ISO_KERNEL" "./data/refind/EFI/initrd"
|
||||
cp -vf "$ROOTFS_PATH/boot"/booster.img-"$ISO_KERNEL" "./data/refind/EFI/initrd"
|
||||
|
||||
EFI_BOOT_IMAGE_SIZE=$(($(du -s -B1048576 ./data/refind | cut -f1) + 10))
|
||||
EFI_BOOT_IMAGE="$LIVE_BOOT_PATH/efiboot.img"
|
||||
|
||||
# Create needed ISO Params in refind
|
||||
sed -i "s#THE_NAME_OF_CURRENT_ISO_FOR_VENTOY#$ISO_IMAGE".iso"#g" ./data/refind/refind_linux.conf
|
||||
sed -i "s#THE_NAME_OF_CURRENT_ISO_FOR_VENTOY#$ISO_IMAGE".iso"#g" ./data/refind/EFI/boot/refind.conf
|
||||
sed -i "s#THE_LABEL_OF_CURRENT_ID#$ISO_LABEL#g" ./data/refind/refind_linux.conf
|
||||
sed -i "s#THE_LABEL_OF_CURRENT_ID#$ISO_LABEL#g" ./data/refind/EFI/boot/refind.conf
|
||||
|
||||
# Create Refind Boot Image
|
||||
dd if=/dev/zero of="$EFI_BOOT_IMAGE" bs=1M count=$EFI_BOOT_IMAGE_SIZE
|
||||
mkfs.vfat -F 32 "$EFI_BOOT_IMAGE"
|
||||
@ -89,10 +95,11 @@ mkdir -p ./output
|
||||
xorriso \
|
||||
-as mkisofs \
|
||||
-iso-level 3 \
|
||||
-V "PikaOS 4" \
|
||||
-V "$ISO_LABEL" \
|
||||
-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 \
|
||||
|
@ -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
|
||||
|
||||
@ -24,7 +25,6 @@ apt-get full-upgrade --yes --option Dpkg::Options::="--force-confnew" --option D
|
||||
# Install Absolute Live Boot Basics
|
||||
|
||||
apt-get install --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" --no-install-recommends \
|
||||
live-boot \
|
||||
systemd-sysv \
|
||||
iwd \
|
||||
curl openssh-client \
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get install --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" \
|
||||
nvidia-open-driver-560
|
||||
nvidia-open-driver-565
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get install --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" \
|
||||
pika-gameutils-meta
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
@ -276,7 +276,7 @@ use_nvram false
|
||||
# with no options.
|
||||
#
|
||||
#showtools shell, bootorder, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, hidden_tags, reboot, exit, firmware, fwupdate
|
||||
showtools install,bootorder,shell,memtest,gdisk,apple_recovery,csr_rotate,windows_recovery,mok_tool,about,shutdown,reboot,firmware
|
||||
#showtools install,bootorder,shell,memtest,gdisk,apple_recovery,csr_rotate,windows_recovery,mok_tool,about,shutdown,reboot,firmware
|
||||
|
||||
# Additional directories to scan for tools. You may specify a directory
|
||||
# alone or a volume identifier plus pathname. The default is to scan no
|
||||
@ -651,12 +651,12 @@ menuentry "PikaOS Live Image" {
|
||||
icon EFI/BOOT/REFIND-DARK/ICONS/OS_PIKAOS.PNG
|
||||
loader EFI/VMLINUZ
|
||||
initrd EFI/INITRD
|
||||
options "boot=live quiet splash"
|
||||
options "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot quiet splash"
|
||||
submenuentry "Boot live image with logging" {
|
||||
options "boot=live"
|
||||
options "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot"
|
||||
}
|
||||
submenuentry "Boot live image with safe graphics" {
|
||||
options "boot=live nomodeset"
|
||||
options "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot nomodeset"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
"Boot live image with standard options" "boot=live quiet splash ---"
|
||||
"Boot live image with logging" "boot=live ---"
|
||||
"Boot live image with safe graphics" "boot=live nomodeset ---"
|
||||
"Boot live image with standard options" "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot quiet splash ---"
|
||||
"Boot live image with logging" "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot ---"
|
||||
"Boot live image with safe graphics" "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot nomodeset ---"
|
||||
|
@ -1,3 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
/usr/lib/pika/gnome-layouts/papirus-folders -u -C yellow
|
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
adduser --quiet --disabled-password --shell /bin/bash --gecos "PikaOS Live User" "pikaos"
|
||||
groupadd -g 1001 "pikaos"
|
||||
adduser --uid 1001 --gid 1001 --quiet --disabled-password --shell /bin/bash --gecos "PikaOS Live User" "pikaos"
|
||||
passwd -d "pikaos"
|
||||
for group in adm cdrom sudo render dip video plugdev input render lpadmin sambashare
|
||||
do
|
||||
|
14
hooks/4-booster-setup.chroot
Executable file
14
hooks/4-booster-setup.chroot
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
touch /etc/booster.yaml
|
||||
tee /etc/booster.yaml <<'EOF'
|
||||
vconsole: true
|
||||
extra_files: busybox
|
||||
enable_lvm: true
|
||||
modules_force_load: usbhid,hid_generic,loop,usb_storage
|
||||
universal: true
|
||||
modules: usbhid,hid_generic,loop,usb_storage
|
||||
enable_hooks: true
|
||||
enable_plymouth: true
|
||||
EOF
|
||||
|
||||
update-initramfs -c -k all
|
@ -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=plasma' > /etc/sddm.conf.d/zautologin.conf || true
|
||||
echo -e '[Autologin]\nUser=pikaos\nSession=plasmax11' > /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,3 +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
|
||||
|
14
info.sh
14
info.sh
@ -6,10 +6,18 @@ 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_NVIDIA=#IS_ISO_NVIDIA#
|
||||
export ISO_KERNEL="6.12.8-pikaos"
|
||||
export ISO_ARCH="#ARCH#"
|
||||
export ISO_RELEASE="4.0"
|
||||
export ISO_DESKTOP="GNOME"
|
||||
export ISO_PATCH="7"
|
||||
export ISO_DESKTOP="KDE"
|
||||
export ISO_DESKTOP_ID="KD"
|
||||
export ISO_PATCH="1"
|
||||
if [ "ISO_NVIDIA" = true ]
|
||||
then
|
||||
export ISO_LABEL="P"$ISO_DESKTOP_ID"N $(date '+%y.%m.%d') $ISO_PATCH"
|
||||
else
|
||||
export ISO_LABEL="P"$ISO_DESKTOP_ID" $(date '+%y.%m.%d') $ISO_PATCH"
|
||||
fi
|
||||
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"
|
||||
|
@ -22,5 +22,9 @@ f2fs-tools
|
||||
xfsprogs
|
||||
refind
|
||||
mesa-hybrid
|
||||
console-common
|
||||
console-data
|
||||
console-data
|
||||
booster
|
||||
plymouth
|
||||
plymouth-themes
|
||||
plymouth-theme-pika
|
||||
pika-live-booster-hooks
|
@ -1,5 +1,5 @@
|
||||
apt-xapian-index
|
||||
python3-xapian
|
||||
pika-gnome-desktop
|
||||
pika-gnome-settings
|
||||
pika-kde-desktop
|
||||
pika-kde-settings
|
||||
firefox
|
@ -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
|
||||
@ -276,7 +276,7 @@ use_nvram false
|
||||
# with no options.
|
||||
#
|
||||
#showtools shell, bootorder, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, hidden_tags, reboot, exit, firmware, fwupdate
|
||||
showtools install,bootorder,shell,memtest,gdisk,apple_recovery,csr_rotate,windows_recovery,mok_tool,about,shutdown,reboot,firmware
|
||||
#showtools install,bootorder,shell,memtest,gdisk,apple_recovery,csr_rotate,windows_recovery,mok_tool,about,shutdown,reboot,firmware
|
||||
|
||||
# Additional directories to scan for tools. You may specify a directory
|
||||
# alone or a volume identifier plus pathname. The default is to scan no
|
||||
@ -651,12 +651,12 @@ menuentry "PikaOS Live Image" {
|
||||
icon EFI/BOOT/REFIND-DARK/ICONS/OS_PIKAOS.PNG
|
||||
loader EFI/VMLINUZ
|
||||
initrd EFI/INITRD
|
||||
options "boot=live modules_load=nvidia nvidia-drm.modeset=0 quiet splash"
|
||||
options "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot modules_load=nvidia nvidia-drm.modeset=0 quiet splash"
|
||||
submenuentry "Boot live image with logging" {
|
||||
options "boot=live modules_load=nvidia nvidia-drm.modeset=0"
|
||||
options "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot modules_load=nvidia nvidia-drm.modeset=0"
|
||||
}
|
||||
submenuentry "Boot live image with safe graphics" {
|
||||
options "boot=live nomodeset"
|
||||
options "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot nomodeset"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
"Boot live image with standard options" "boot=live modules_load=nvidia nvidia-drm.modeset=0 quiet splash ---"
|
||||
"Boot live image with logging" "boot=live modules_load=nvidia nvidia-drm.modeset=0 ---"
|
||||
"Boot live image with safe graphics" "boot=live nomodeset ---"
|
||||
"Boot live image with standard options" "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot modules_load=nvidia nvidia-drm.modeset=0 quiet splash ---"
|
||||
"Boot live image with logging" "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot modules_load=nvidia nvidia-drm.modeset=0 ---"
|
||||
"Boot live image with safe graphics" "VTOY_ISO_NAME=THE_NAME_OF_CURRENT_ISO_FOR_VENTOY ISO_LABEL_NAME=""THE_LABEL_OF_CURRENT_ID"" boot=live booster.loadcdrom booster.skiproot nomodeset ---"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get install --yes --option Dpkg::Options::="--force-confnew" --option Dpkg::Options::="--force-overwrite" \
|
||||
nvidia-driver-555
|
||||
nvidia-driver-565
|
@ -26,3 +26,4 @@ refind
|
||||
mokutil
|
||||
pika-refind-theme
|
||||
booster
|
||||
zram-tools
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user