Fix rEFInd wallpaper naming
This commit is contained in:
parent
84f716b5cd
commit
4e456f41da
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ function update_live_env() {
|
||||||
# Boot config (UEFI)
|
# Boot config (UEFI)
|
||||||
mkdir -p "$PROFILE_DIR/EFI/boot"
|
mkdir -p "$PROFILE_DIR/EFI/boot"
|
||||||
cp "/usr/share/refind/refind_x64.efi" "$PROFILE_DIR/EFI/boot/bootx64.efi"
|
cp "/usr/share/refind/refind_x64.efi" "$PROFILE_DIR/EFI/boot/bootx64.efi"
|
||||||
cp "$ROOT_DIR/images/rEFInd.jpg" "$PROFILE_DIR/EFI/boot/rEFInd.jpg"
|
cp "$ROOT_DIR/images/rEFInd.png" "$PROFILE_DIR/EFI/boot/rEFInd.png"
|
||||||
rsync -aI "/usr/share/refind/drivers_x64/" "$PROFILE_DIR/EFI/boot/drivers_x64/"
|
rsync -aI "/usr/share/refind/drivers_x64/" "$PROFILE_DIR/EFI/boot/drivers_x64/"
|
||||||
rsync -aI "/usr/share/refind/icons/" "$PROFILE_DIR/EFI/boot/icons/" --exclude "/usr/share/refind/icons/svg"
|
rsync -aI "/usr/share/refind/icons/" "$PROFILE_DIR/EFI/boot/icons/" --exclude "/usr/share/refind/icons/svg"
|
||||||
sed -i "s/%ARCHISO_LABEL%/${label}/" "$PROFILE_DIR/EFI/boot/refind.conf"
|
sed -i "s/%ARCHISO_LABEL%/${label}/" "$PROFILE_DIR/EFI/boot/refind.conf"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ csr_values 10,77
|
||||||
#use_graphics_for osx,linux,windows
|
#use_graphics_for osx,linux,windows
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
banner rEFInd.jpg
|
banner rEFInd.png
|
||||||
banner_scale fillscreen
|
banner_scale fillscreen
|
||||||
selection_big selection_big.png
|
selection_big selection_big.png
|
||||||
selection_small selection_small.png
|
selection_small selection_small.png
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue