Updated wallpapers
|
|
@ -139,7 +139,7 @@
|
||||||
<value name="Monospace" type="hex" data="01"/>
|
<value name="Monospace" type="hex" data="01"/>
|
||||||
<value name="CompressLongStrings" type="hex" data="01"/>
|
<value name="CompressLongStrings" type="hex" data="01"/>
|
||||||
<value name="BackGround Image show" type="hex" data="01"/>
|
<value name="BackGround Image show" type="hex" data="01"/>
|
||||||
<value name="BackGround Image" type="string" data="ConEmu.png"/>
|
<value name="BackGround Image" type="string" data="ConEmu.jpg"/>
|
||||||
<value name="bgImageDarker" type="hex" data="30"/>
|
<value name="bgImageDarker" type="hex" data="30"/>
|
||||||
<value name="bgImageColors" type="dword" data="ffffffff"/>
|
<value name="bgImageColors" type="dword" data="ffffffff"/>
|
||||||
<value name="bgOperation" type="hex" data="07"/>
|
<value name="bgOperation" type="hex" data="07"/>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ csr_values 10,77
|
||||||
#use_graphics_for osx,linux,windows
|
#use_graphics_for osx,linux,windows
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
banner rEFInd.png
|
banner rEFInd.jpg
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
SERIAL 0 38400
|
SERIAL 0 38400
|
||||||
UI boot/syslinux/vesamenu.c32
|
UI boot/syslinux/vesamenu.c32
|
||||||
MENU TITLE _______
|
MENU TITLE _______
|
||||||
MENU BACKGROUND syslinux.png
|
MENU BACKGROUND syslinux.jpg
|
||||||
|
|
||||||
MENU WIDTH 80
|
MENU WIDTH 80
|
||||||
MENU MARGIN 10
|
MENU MARGIN 10
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
INCLUDE boot/syslinux/wk_head.cfg
|
INCLUDE boot/syslinux/wk_head.cfg
|
||||||
MENU BACKGROUND pxelinux.png
|
MENU BACKGROUND pxelinux.jpg
|
||||||
|
|
||||||
INCLUDE boot/syslinux/wk_pxe_linux.cfg
|
INCLUDE boot/syslinux/wk_pxe_linux.cfg
|
||||||
#UFD-WINPE#INCLUDE boot/syslinux/wk_pxe_winpe.cfg
|
#UFD-WINPE#INCLUDE boot/syslinux/wk_pxe_winpe.cfg
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ URxvt*externalBorder: 0
|
||||||
!URxvt.colorUL: #87afd7
|
!URxvt.colorUL: #87afd7
|
||||||
URxvt.geometry: 92x16
|
URxvt.geometry: 92x16
|
||||||
URxvt.internalBorder: 8
|
URxvt.internalBorder: 8
|
||||||
URxvt.shading: 12
|
URxvt.shading: 10
|
||||||
URxvt.transparent: true
|
URxvt.transparent: true
|
||||||
|
|
||||||
! Base16 Isotope
|
! Base16 Isotope
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ robocopy /e .bin OUT_KIT\.bin
|
||||||
robocopy /e .cbin OUT_KIT\.cbin
|
robocopy /e .cbin OUT_KIT\.cbin
|
||||||
copy LICENSE.txt OUT_KIT\LICENSE.txt
|
copy LICENSE.txt OUT_KIT\LICENSE.txt
|
||||||
copy README.md OUT_KIT\README.md
|
copy README.md OUT_KIT\README.md
|
||||||
copy Images\ConEmu.png OUT_KIT\.bin\ConEmu\
|
copy Images\ConEmu.jpg OUT_KIT\.bin\ConEmu\
|
||||||
mkdir OUT_KIT\.cbin >nul 2>&1
|
mkdir OUT_KIT\.cbin >nul 2>&1
|
||||||
attrib +h OUT_KIT\.bin >nul 2>&1
|
attrib +h OUT_KIT\.bin >nul 2>&1
|
||||||
attrib +h OUT_KIT\.cbin >nul 2>&1
|
attrib +h OUT_KIT\.cbin >nul 2>&1
|
||||||
|
|
|
||||||
10
Build Linux
|
|
@ -115,7 +115,7 @@ function copy_live_env() {
|
||||||
rmdir "$LIVE_DIR/airootfs/etc/udev/rules.d" --ignore-fail-on-non-empty
|
rmdir "$LIVE_DIR/airootfs/etc/udev/rules.d" --ignore-fail-on-non-empty
|
||||||
rmdir "$LIVE_DIR/airootfs/etc/udev" --ignore-fail-on-non-empty
|
rmdir "$LIVE_DIR/airootfs/etc/udev" --ignore-fail-on-non-empty
|
||||||
rm "$LIVE_DIR/isolinux"/*.cfg
|
rm "$LIVE_DIR/isolinux"/*.cfg
|
||||||
rm "$LIVE_DIR/syslinux"/*.cfg "$LIVE_DIR/syslinux"/*.png
|
rm "$LIVE_DIR/syslinux"/*.cfg "$LIVE_DIR/syslinux"/*.jpg "$LIVE_DIR/syslinux"/*.png
|
||||||
|
|
||||||
# Add items
|
# Add items
|
||||||
rsync -aI "$ROOT_DIR/.linux_items/include/" "$LIVE_DIR/"
|
rsync -aI "$ROOT_DIR/.linux_items/include/" "$LIVE_DIR/"
|
||||||
|
|
@ -155,8 +155,8 @@ function update_live_env() {
|
||||||
|
|
||||||
# Boot config (legacy)
|
# Boot config (legacy)
|
||||||
mkdir -p "$LIVE_DIR/arch"
|
mkdir -p "$LIVE_DIR/arch"
|
||||||
cp "$ROOT_DIR/Images/Pxelinux.png" "$LIVE_DIR/arch/pxelinux.png"
|
cp "$ROOT_DIR/Images/Pxelinux.jpg" "$LIVE_DIR/arch/pxelinux.jpg"
|
||||||
cp "$ROOT_DIR/Images/Syslinux.png" "$LIVE_DIR/arch/syslinux.png"
|
cp "$ROOT_DIR/Images/Syslinux.jpg" "$LIVE_DIR/arch/syslinux.jpg"
|
||||||
sed -i -r "s/_+/$KIT_NAME_FULL/" "$LIVE_DIR/syslinux/wk_head.cfg"
|
sed -i -r "s/_+/$KIT_NAME_FULL/" "$LIVE_DIR/syslinux/wk_head.cfg"
|
||||||
mkdir -p "$TEMP_DIR" 2>/dev/null
|
mkdir -p "$TEMP_DIR" 2>/dev/null
|
||||||
curl -Lo "$TEMP_DIR/wimboot.zip" "http://git.ipxe.org/releases/wimboot/wimboot-latest.zip"
|
curl -Lo "$TEMP_DIR/wimboot.zip" "http://git.ipxe.org/releases/wimboot/wimboot-latest.zip"
|
||||||
|
|
@ -165,7 +165,7 @@ function update_live_env() {
|
||||||
# Boot config (UEFI)
|
# Boot config (UEFI)
|
||||||
mkdir -p "$LIVE_DIR/EFI/boot"
|
mkdir -p "$LIVE_DIR/EFI/boot"
|
||||||
cp "/usr/share/refind/refind_x64.efi" "$LIVE_DIR/EFI/boot/bootx64.efi"
|
cp "/usr/share/refind/refind_x64.efi" "$LIVE_DIR/EFI/boot/bootx64.efi"
|
||||||
cp "$ROOT_DIR/Images/rEFInd.png" "$LIVE_DIR/EFI/boot/rEFInd.png"
|
cp "$ROOT_DIR/Images/rEFInd.jpg" "$LIVE_DIR/EFI/boot/rEFInd.jpg"
|
||||||
rsync -aI "/usr/share/refind/drivers_x64/" "$LIVE_DIR/EFI/boot/drivers_x64/"
|
rsync -aI "/usr/share/refind/drivers_x64/" "$LIVE_DIR/EFI/boot/drivers_x64/"
|
||||||
rsync -aI "/usr/share/refind/icons/" "$LIVE_DIR/EFI/boot/icons/" --exclude "/usr/share/refind/icons/svg"
|
rsync -aI "/usr/share/refind/icons/" "$LIVE_DIR/EFI/boot/icons/" --exclude "/usr/share/refind/icons/svg"
|
||||||
sed -i "s/%ARCHISO_LABEL%/${label}/" "$LIVE_DIR/EFI/boot/refind.conf"
|
sed -i "s/%ARCHISO_LABEL%/${label}/" "$LIVE_DIR/EFI/boot/refind.conf"
|
||||||
|
|
@ -279,7 +279,7 @@ function update_live_env() {
|
||||||
|
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
mkdir -p "$LIVE_DIR/airootfs/usr/share/wallpaper"
|
mkdir -p "$LIVE_DIR/airootfs/usr/share/wallpaper"
|
||||||
cp "$ROOT_DIR/Images/Linux.png" "$LIVE_DIR/airootfs/usr/share/wallpaper/burned.in"
|
cp "$ROOT_DIR/Images/Linux.jpg" "$LIVE_DIR/airootfs/usr/share/wallpaper/burned.in"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# WiFi
|
# WiFi
|
||||||
|
|
|
||||||
BIN
Images/ConEmu.jpg
Normal file
|
After Width: | Height: | Size: 725 KiB |
|
Before Width: | Height: | Size: 2.7 MiB |
BIN
Images/Linux.jpg
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
Images/Linux.png
|
Before Width: | Height: | Size: 1.3 MiB |
BIN
Images/Pxelinux.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 131 KiB |
BIN
Images/Syslinux.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 241 KiB |
BIN
Images/WinPE.jpg
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 272 KiB |
BIN
Images/rEFInd.jpg
Normal file
|
After Width: | Height: | Size: 298 KiB |
|
Before Width: | Height: | Size: 2.3 MiB |