mirror of
https://github.com/nix-community/disko
synced 2024-11-12 23:27:07 +00:00
Merge pull request #574 from nix-community/table_update_fix
types table: fix duplicate create run
This commit is contained in:
commit
e9875b9690
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@
|
||||||
partprobe ${config.device}
|
partprobe ${config.device}
|
||||||
udevadm trigger --subsystem-match=block
|
udevadm trigger --subsystem-match=block
|
||||||
udevadm settle
|
udevadm settle
|
||||||
${lib.optionalString (partition.content != null) partition.content._create}
|
|
||||||
'') config.partitions)}
|
'') config.partitions)}
|
||||||
fi
|
fi
|
||||||
${lib.concatStrings (map (partition: ''
|
${lib.concatStrings (map (partition: ''
|
||||||
|
|
Loading…
Reference in a new issue