Use msftdata for GPT partition

This commit is contained in:
ValdikSS 2018-06-06 19:40:47 +03:00
parent dad6eeacef
commit 6bc0ae55c2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function check_installwim_gt4gib() {
function create_partitions() {
local mbrscript="- - 7 *"
local gptscript="- - U *"
local gptscript="- - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 *"
local gptntfsscript="- 1MiB U *\n- - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 *"
if [[ "$1" == "dos" ]] || [[ "$1" == "gpt" ]] || [[ "$1" == "gptntfs" ]];