Ensure partitions are detected
This commit is contained in:
parent
9f300cfecd
commit
386d97b3a5
|
@ -189,7 +189,7 @@ let
|
||||||
script = lib.mkDefault ''
|
script = lib.mkDefault ''
|
||||||
function partition() {
|
function partition() {
|
||||||
${if (!config.wipe) then cleanup else ""}
|
${if (!config.wipe) then cleanup else ""}
|
||||||
|
${probeScript}
|
||||||
${fdiskCommands}
|
${fdiskCommands}
|
||||||
${fixType}
|
${fixType}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue