1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 03:55:23 +03:00

image-builder: Provide a LUKS partition type UUID

This commit is contained in:
Samuel Dionne-Riel 2020-12-02 02:48:15 -05:00
parent 96a71e1b2b
commit c2ac23379c

View File

@ -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";