Corrected root filesystem partition in host config files
This commit is contained in:
parent
6d43261a16
commit
033768feae
@ -14,7 +14,7 @@
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda2";
|
||||
device = "/dev/sda1";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda2";
|
||||
device = "/dev/sda1";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Disk encryption setup
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda2";
|
||||
device = "/dev/sda1";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user