rogue: omit from the installation media
At least for now. It would increase the ISO size by ~10 MB, after the fixup in the parent commit.
This commit is contained in:
parent
cdb49582a6
commit
dc93744273
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ with lib;
|
|||
services.nixosManual.showManual = true;
|
||||
|
||||
# Let the user play Rogue on TTY 8 during the installation.
|
||||
services.rogue.enable = true;
|
||||
#services.rogue.enable = true;
|
||||
|
||||
# Disable some other stuff we don't need.
|
||||
security.sudo.enable = false;
|
||||
|
|
|
@ -74,7 +74,7 @@ let
|
|||
# Make sure that we get a login prompt etc.
|
||||
$machine->succeed("echo hello");
|
||||
#$machine->waitForUnit('getty@tty2');
|
||||
$machine->waitForUnit("rogue");
|
||||
#$machine->waitForUnit("rogue");
|
||||
$machine->waitForUnit("nixos-manual");
|
||||
|
||||
# Wait for hard disks to appear in /dev
|
||||
|
|
Loading…
Reference in a new issue