File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,14 @@ cp -R ${CLOVER_PATH}/Patches_for_UDK2018/* ../ >> ${LOG_PATH} 2>&1
128
128
timestamp echo " Cleaning Clover.."
129
129
./ebuild.sh -cleanall >> ${LOG_PATH} 2>&1
130
130
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
132
139
133
140
# Modify the package credits to differentiate between
134
141
# the official packges and custom-built ones
You can’t perform that action at this time.
0 commit comments