service: Update boot config + add wallpaper
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -8,6 +8,7 @@ set -e
|
||||
|
||||
ISO=$PT_PROJECT_ROOT/artifacts/ptos.iso
|
||||
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
|
||||
HOLE=$PT_PROJECT_ROOT/service/host/bin/hole
|
||||
|
||||
@@ -18,6 +19,9 @@ pushd ../base
|
||||
$HOLE -f . -o ../boot/iso_root/boot/pbi.hole
|
||||
popd
|
||||
|
||||
# Copy the wallpaper to the ISO root
|
||||
cp $WALLPAPER iso_root/boot
|
||||
|
||||
# Copy the kernel to the ISO root
|
||||
cp $KERNEL iso_root/boot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user