mobi: upgrade
This commit is contained in:
parent
072b9436f2
commit
efa0dcc215
1 changed files with 6 additions and 5 deletions
|
@ -35,11 +35,12 @@
|
||||||
|
|
||||||
# lvm volume group
|
# lvm volume group
|
||||||
# ----------------
|
# ----------------
|
||||||
boot.initrd.luks.devices = [{
|
boot.initrd.luks.devices = {
|
||||||
name = "mobi";
|
mobi = {
|
||||||
device = "/dev/disk/by-uuid/e138095f-c703-4dea-bb1c-bf888b8e1b81";
|
device = "/dev/disk/by-uuid/e138095f-c703-4dea-bb1c-bf888b8e1b81";
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
}];
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# root
|
# root
|
||||||
# ----
|
# ----
|
||||||
|
|
Loading…
Reference in a new issue