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
|
@ -28,7 +28,7 @@ with lib;
|
||||||
services.nixosManual.showManual = true;
|
services.nixosManual.showManual = true;
|
||||||
|
|
||||||
# Let the user play Rogue on TTY 8 during the installation.
|
# 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.
|
# Disable some other stuff we don't need.
|
||||||
security.sudo.enable = false;
|
security.sudo.enable = false;
|
||||||
|
|
|
@ -74,7 +74,7 @@ let
|
||||||
# Make sure that we get a login prompt etc.
|
# Make sure that we get a login prompt etc.
|
||||||
$machine->succeed("echo hello");
|
$machine->succeed("echo hello");
|
||||||
#$machine->waitForUnit('getty@tty2');
|
#$machine->waitForUnit('getty@tty2');
|
||||||
$machine->waitForUnit("rogue");
|
#$machine->waitForUnit("rogue");
|
||||||
$machine->waitForUnit("nixos-manual");
|
$machine->waitForUnit("nixos-manual");
|
||||||
|
|
||||||
# Wait for hard disks to appear in /dev
|
# Wait for hard disks to appear in /dev
|
||||||
|
|
Loading…
Reference in New Issue