service: Update boot config + add wallpaper

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
2026-07-14 06:05:11 +00:00
parent 7a2aec4e12
commit bc08e8232e
3 changed files with 9 additions and 0 deletions
+5
View File
@@ -5,7 +5,12 @@ interface_branding: -- PtOS --
editor_enabled: no editor_enabled: no
interface_help_hidden: yes interface_help_hidden: yes
randomize_hhdm_base: yes randomize_hhdm_base: yes
timeout: 16
wallpaper: boot():/boot/wallpaper.jpg
wallpaper_style: stretched
/PtOS /PtOS
protocol: limine protocol: limine
kernel_path: boot():/boot/ptsv.sys kernel_path: boot():/boot/ptsv.sys
module_path: boot():/boot/pbi.hole
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

+4
View File
@@ -8,6 +8,7 @@ set -e
ISO=$PT_PROJECT_ROOT/artifacts/ptos.iso ISO=$PT_PROJECT_ROOT/artifacts/ptos.iso
CONFIG=$PT_PROJECT_ROOT/service/base/boot/limine.conf CONFIG=$PT_PROJECT_ROOT/service/base/boot/limine.conf
WALLPAPER=$PT_PROJECT_ROOT/service/base/boot/wallpaper.jpg
KERNEL=$PT_PROJECT_ROOT/artifacts/ptsv.sys KERNEL=$PT_PROJECT_ROOT/artifacts/ptsv.sys
HOLE=$PT_PROJECT_ROOT/service/host/bin/hole HOLE=$PT_PROJECT_ROOT/service/host/bin/hole
@@ -18,6 +19,9 @@ pushd ../base
$HOLE -f . -o ../boot/iso_root/boot/pbi.hole $HOLE -f . -o ../boot/iso_root/boot/pbi.hole
popd popd
# Copy the wallpaper to the ISO root
cp $WALLPAPER iso_root/boot
# Copy the kernel to the ISO root # Copy the kernel to the ISO root
cp $KERNEL iso_root/boot cp $KERNEL iso_root/boot