mirror of
https://github.com/ValdikSS/windows2usb.git
synced 2023-08-10 21:13:16 +03:00
Do not try to split WIM if install.wim is missing
This commit is contained in:
parent
9361a3cd4b
commit
0ad90c7ef7
@ -64,7 +64,7 @@ function get_iso_name() {
|
||||
}
|
||||
|
||||
function check_installwim_gt4gib() {
|
||||
7z l "$1" | awk '($6 ~ /install.wim/) {if ($4 > 4294967296) {exit 0}; exit 1}'
|
||||
7z l "$1" | awk '($6 ~ /install.wim/) {if ($4 > 4294967296) {exit 0}; exit 1} END {exit 1}'
|
||||
}
|
||||
|
||||
function create_partitions() {
|
||||
|
Loading…
Reference in New Issue
Block a user