Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
+13
-3
@@ -73,12 +73,22 @@ declare -Ag HMP_RECIPE_DEV_PARTITIONS
|
||||
declare -Ag HMP_UUID_PARTITION
|
||||
|
||||
### 3220_partition_encryption.sh
|
||||
### Assoziative Array (HashMap) to store UUIDs for each partition
|
||||
### Assoziative Array (HashMap) to store Ephemeral Device for each Mount Path
|
||||
### HMP_EPHEMERAL_DEV["${var_mount_path}"]="/dev/${var_dev}${var_part}"
|
||||
declare -Ag HMP_EPHEMERAL_DEV
|
||||
### Assoziative Array (HashMap) to store Ephemeral Device Encryption Label for each Mount Path
|
||||
### HMP_EPHEMERAL_ENCLABEL["${var_mount_path}"]="${var_encryption_label}"
|
||||
declare -Ag HMP_EPHEMERAL_ENCLABEL
|
||||
### Assoziative Array (HashMap) to store UUID for each Encryption Label
|
||||
### HMP_ENCRYPTIONLABEL_UUID["${var_encryption_label}"]="${var_uuid}"
|
||||
declare -Ag HMP_ENCRYPTIONLABEL_UUID
|
||||
### Assoziative Array (HashMap) to store Encryption Label for each Mount Path
|
||||
### HMP_MOUNTPATH_ENCRYPTIONLABEL["${var_mount_path}"]="${var_encryption_label}"
|
||||
declare -Ag HMP_MOUNTPATH_ENCRYPTIONLABEL
|
||||
|
||||
|
||||
|
||||
|
||||
declare -Ag HMP_EPHEMERAL_DEV HMP_EPHEMERAL_ENCLABEL
|
||||
declare -Ag HMP_ENCRYPTIONLABEL_UUID HMP_MOUNTPATH_ENCRYPTIONLABEL
|
||||
|
||||
### TODO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user