mirror of
https://github.com/luchina-gabriel/OSX-PROXMOX.git
synced 2024-11-22 11:55:18 +01:00
Merge pull request #40 from kafeg/main
Sonoma recovery download fix (800M -> 1450M)
This commit is contained in:
commit
59b7e70d7d
2
setup
2
setup
@ -1413,7 +1413,7 @@ do
|
||||
|
||||
if [ ! -e ${ISODIR}/recovery-sonoma.iso ]
|
||||
then
|
||||
fallocate -l 800M ${TMPDIR}/recovery-sonoma.iso > ${LOGFILE} 2>> ${LOGFILE}
|
||||
fallocate -l 1450M ${TMPDIR}/recovery-sonoma.iso > ${LOGFILE} 2>> ${LOGFILE}
|
||||
mkfs.msdos -F 32 ${TMPDIR}/recovery-sonoma.iso -n SONOMA >> ${LOGFILE} 2>> ${LOGFILE}
|
||||
LOOPDEV=`losetup -f --show ${TMPDIR}/recovery-sonoma.iso 2>> ${LOGFILE}`
|
||||
mkdir -p /mnt/APPLE >> ${LOGFILE} 2>> ${LOGFILE}
|
||||
|
Loading…
Reference in New Issue
Block a user