Skip to content

Commit 832a743

Browse files
authored
Merge pull request #63 from Dids/development
Added HFSPlus back and fixed missing boot image. Fixes #62.
2 parents 2087875 + e9c3982 commit 832a743

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.scripts/build.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,14 @@ cp -R ${CLOVER_PATH}/Patches_for_UDK2018/* ../ >> ${LOG_PATH} 2>&1
128128
timestamp echo "Cleaning Clover.."
129129
./ebuild.sh -cleanall >> ${LOG_PATH} 2>&1
130130
timestamp echo "Building Clover, this may take a while.."
131-
./ebuild.sh -fr --x64-mcp --ext-co >> ${LOG_PATH} 2>&1
131+
#./ebuild.sh -fr --x64-mcp --ext-co >> ${LOG_PATH} 2>&1
132+
./ebuild.sh -fr --x64 --ext-co -D NO_GRUB_DRIVERS_EMBEDDED >> ${LOG_PATH} 2>&1
133+
./ebuild.sh -fr --x64-mcp --no-usb --ext-co -D NO_GRUB_DRIVERS_EMBEDDED >> ${LOG_PATH} 2>&1
134+
135+
# Download extra EFI drivers (hfsplus.efi)
136+
timestamp echo "Downloading additional EFI drivers.."
137+
CLOVER_EFI_PATH="${CLOVER_PATH}/CloverPackage/CloverV2/drivers-Off"
138+
curl -sSLk https://github.com/Micky1979/Build_Clover/raw/work/Files/HFSPlus_x64.efi > ${CLOVER_EFI_PATH}/drivers64UEFI/HFSPlus.efi
132139

133140
# Modify the package credits to differentiate between
134141
# the official packges and custom-built ones

0 commit comments

Comments
 (0)