Huge script change. Reformatting of the disk_config_configuration function.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
disk = {
|
||||
"system-1" = {
|
||||
type = "disk";
|
||||
device = "${BOOT_DISK_1}";
|
||||
device = "${BOOT_DISK_1_ID}";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
@@ -34,7 +34,7 @@
|
||||
};
|
||||
"system-2" = {
|
||||
type = "disk";
|
||||
device = "${BOOT_DISK_2}";
|
||||
device = "${BOOT_DISK_2_ID}";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
||||
Reference in New Issue
Block a user