+11
-2
@@ -226,8 +226,17 @@ in
|
||||
enableSystemdStage1 = true;
|
||||
};
|
||||
|
||||
installerBoot = (import ./installer.nix { inherit system; }).separateBootZfs;
|
||||
installer = (import ./installer.nix { inherit system; }).zfsroot;
|
||||
installerBoot =
|
||||
(import ./installer.nix {
|
||||
inherit system;
|
||||
systemdStage1 = false;
|
||||
}).separateBootZfs;
|
||||
|
||||
installer =
|
||||
(import ./installer.nix {
|
||||
inherit system;
|
||||
systemdStage1 = false;
|
||||
}).zfsroot;
|
||||
|
||||
expand-partitions = makeTest {
|
||||
name = "multi-disk-zfs";
|
||||
|
||||
Reference in New Issue
Block a user