mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Make sure the unattended settings directory exists
This commit is contained in:
parent
af26f41440
commit
60a64b73aa
1 changed files with 1 additions and 0 deletions
1
quickget
1
quickget
|
@ -533,6 +533,7 @@ function get_windows() {
|
|||
case ${RELEASE} in
|
||||
10|11)
|
||||
echo "Making unattended.iso"
|
||||
mkdir -p "${VM_PATH}/unattended" 2>/dev/null
|
||||
unattended_windows "${VM_PATH}/unattended/autounattend.xml"
|
||||
mkisofs -quiet -l -o "${VM_PATH}/unattended.iso" "${VM_PATH}/unattended/"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue