mirror of
https://github.com/ValdikSS/windows2usb.git
synced 2023-08-10 21:13:16 +03:00
Use msftdata for GPT partition
This commit is contained in:
parent
dad6eeacef
commit
6bc0ae55c2
@ -63,7 +63,7 @@ function check_installwim_gt4gib() {
|
|||||||
|
|
||||||
function create_partitions() {
|
function create_partitions() {
|
||||||
local mbrscript="- - 7 *"
|
local mbrscript="- - 7 *"
|
||||||
local gptscript="- - U *"
|
local gptscript="- - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 *"
|
||||||
local gptntfsscript="- 1MiB U *\n- - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 *"
|
local gptntfsscript="- 1MiB U *\n- - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 *"
|
||||||
|
|
||||||
if [[ "$1" == "dos" ]] || [[ "$1" == "gpt" ]] || [[ "$1" == "gptntfs" ]];
|
if [[ "$1" == "dos" ]] || [[ "$1" == "gpt" ]] || [[ "$1" == "gptntfs" ]];
|
||||||
|
Loading…
Reference in New Issue
Block a user