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-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
|
||||
1
|
@ -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-gnome
|
||||
|
||||
Live ISO Builder for PikaOS GNOME (amd64-v3)
|
||||
Live ISO Builder for PikaOS GNOME
|
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 \
|
||||
|
@ -24,7 +24,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 \
|
||||
|
@ -19,4 +19,5 @@ 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
|
||||
|
@ -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
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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,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
|
@ -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
|
12
info.sh
12
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_ID="GN"
|
||||
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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user