paw: boot: Add boot wallpaper
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
timeout: 16
|
||||
interface_branding_color: 7
|
||||
interface_branding_color: 5
|
||||
|
||||
interface_branding: -- Yiff! --
|
||||
wallpaper: boot():/boot/wallpaper.jpg
|
||||
wallpaper_style: tiled
|
||||
|
||||
editor_enabled: no
|
||||
interface_help_hidden: yes
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 173 KiB |
@@ -8,6 +8,7 @@ set -e
|
||||
|
||||
ISO=$ST_PROJECT_ROOT/artifacts/sp3.iso
|
||||
CONFIG=$ST_PROJECT_ROOT/paw/base/boot/limine.conf
|
||||
WALLPAPER=$ST_PROJECT_ROOT/paw/base/boot/wallpaper.jpg
|
||||
KERNEL=$ST_PROJECT_ROOT/artifacts/stoskrnl.sys
|
||||
|
||||
mkdir -p iso_root/boot/
|
||||
@@ -15,6 +16,9 @@ mkdir -p iso_root/boot/
|
||||
# Copy the kernel to the ISO root
|
||||
cp $KERNEL iso_root/boot
|
||||
|
||||
# Copy the wallpaper to the ISO root
|
||||
cp $WALLPAPER iso_root/boot
|
||||
|
||||
# Copy boot files
|
||||
cp $CONFIG stand/limine/limine-bios.sys \
|
||||
stand/limine/limine-bios-cd.bin \
|
||||
|
||||
Reference in New Issue
Block a user