another fix for swap devices
This commit is contained in:
parent
e617dbf55f
commit
182a87b0b9
@ -18,12 +18,13 @@
|
||||
bootPool = "-part2";
|
||||
rootPool = "-part4";
|
||||
};
|
||||
swapDevices = ["/dev/zvol/rpool/swap"];
|
||||
};
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
swapDevices = [{device = "/dev/zvol/rpool/swap";}];
|
||||
|
||||
boot.loader.grub.extraEntries = ''
|
||||
menuentry "Debian via bpool label" {
|
||||
search --set=bpool --label bpool
|
||||
|
Loading…
Reference in New Issue
Block a user