Update to Wolf Brothers theme
|
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 520 KiB |
BIN
images/Linux.jpg
|
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 751 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 128 KiB |
BIN
images/WinPE.jpg
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 493 KiB |
BIN
images/macOS-10.11.jpg
Normal file
|
After Width: | Height: | Size: 512 KiB |
BIN
images/macOS-10.13.jpg
Normal file
|
After Width: | Height: | Size: 596 KiB |
BIN
images/macOS-10.15.jpg
Normal file
|
After Width: | Height: | Size: 614 KiB |
BIN
images/macOS.png
|
Before Width: | Height: | Size: 66 KiB |
BIN
images/rEFInd.jpg
Normal file
|
After Width: | Height: | Size: 584 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
|
@ -132,7 +132,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.png" "$PROFILE_DIR/EFI/boot/rEFInd.png"
|
||||
cp "$ROOT_DIR/images/rEFInd.jpg" "$PROFILE_DIR/EFI/boot/rEFInd.jpg"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ csr_values 10,77
|
|||
#use_graphics_for osx,linux,windows
|
||||
|
||||
# Theme
|
||||
banner rEFInd.png
|
||||
banner rEFInd.jpg
|
||||
banner_scale fillscreen
|
||||
selection_big selection_big.png
|
||||
selection_small selection_small.png
|
||||
|
|
|
|||
|
|
@ -105,10 +105,10 @@ ln -s /Volumes/RAM_Disk/Logs "${WK_PATH}/var/root/Logs"
|
|||
cp -a ../linux/profile_base/airootfs/etc/skel/.tmux.conf "${WK_PATH}/etc/tmux.conf"
|
||||
rsync -aS /usr/bin/{env,killall} "${WK_PATH}/usr/bin"/
|
||||
rsync -aS live-macos-startup ../../scripts/ "${WK_PATH}/usr/local/bin"/
|
||||
if [[ -f "../../images/macOS-${OS_VERSION:0:5}.png" ]]; then
|
||||
cp -a "../../images/macOS-${OS_VERSION:0:5}.png" "${WK_PATH}/usr/local/wallpaper.png"
|
||||
if [[ -f "../../images/macOS-${OS_VERSION:0:5}.jpg" ]]; then
|
||||
cp -a "../../images/macOS-${OS_VERSION:0:5}.jpg" "${WK_PATH}/usr/local/wallpaper.jpg"
|
||||
else
|
||||
cp -a ../../images/macOS.png "${WK_PATH}/usr/local/wallpaper.png"
|
||||
cp -a ../../images/macOS.jpg "${WK_PATH}/usr/local/wallpaper.jpg"
|
||||
fi
|
||||
|
||||
# Unmount sparsebundle
|
||||
|
|
|
|||