diff --git a/setup/build_linux b/setup/build_linux index 5cf916c4..3037cf5a 100755 --- a/setup/build_linux +++ b/setup/build_linux @@ -131,7 +131,7 @@ function update_live_env() { # Boot config (UEFI) mkdir -p "$PROFILE_DIR/EFI/boot" 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/icons/" "$PROFILE_DIR/EFI/boot/icons/" --exclude "/usr/share/refind/icons/svg" sed -i "s/%ARCHISO_LABEL%/${label}/" "$PROFILE_DIR/EFI/boot/refind.conf" diff --git a/setup/linux/profile_base/EFI/boot/refind.conf b/setup/linux/profile_base/EFI/boot/refind.conf index 3dbc6a6b..b2b1f04f 100644 --- a/setup/linux/profile_base/EFI/boot/refind.conf +++ b/setup/linux/profile_base/EFI/boot/refind.conf @@ -8,7 +8,7 @@ csr_values 10,77 #use_graphics_for osx,linux,windows # Theme -banner rEFInd.jpg +banner rEFInd.png banner_scale fillscreen selection_big selection_big.png selection_small selection_small.png