Ensure partitions are detected

This commit is contained in:
Manuel Thalmann 2024-10-26 19:03:43 +02:00
parent 9f300cfecd
commit 386d97b3a5

View file

@ -189,7 +189,7 @@ let
script = lib.mkDefault ''
function partition() {
${if (!config.wipe) then cleanup else ""}
${probeScript}
${fdiskCommands}
${fixType}
}