mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-13 04:04:35 +03:00
image-builder: Provide a LUKS partition type UUID
This commit is contained in:
parent
96a71e1b2b
commit
c2ac23379c
@ -14,6 +14,7 @@ let
|
||||
types = {
|
||||
"FAT32" = "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7";
|
||||
"ESP" = "C12A7328-F81F-11D2-BA4B-00A0C93EC93B";
|
||||
"LUKS" = "CA7D7CCB-63ED-4C53-861C-1742536059CC";
|
||||
"ext2" = "0FC63DAF-8483-4772-8E79-3D69D8477DE4";
|
||||
"ext3" = "0FC63DAF-8483-4772-8E79-3D69D8477DE4";
|
||||
"ext4" = "0FC63DAF-8483-4772-8E79-3D69D8477DE4";
|
||||
|
Loading…
Reference in New Issue
Block a user