Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created August 11, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/0db0247008a575681ee427b9bd1039ad to your computer and use it in GitHub Desktop.
Save samueldr/0db0247008a575681ee427b9bd1039ad to your computer and use it in GitHub Desktop.
diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix
index ddf7882ebaa..f9bc279ab66 100644
--- a/nixos/modules/installer/cd-dvd/iso-image.nix
+++ b/nixos/modules/installer/cd-dvd/iso-image.nix
@@ -179,11 +179,11 @@ let
# (This font is assumed to always be provided as a fallback by NixOS)
if loadfont (hd0)/EFI/boot/unicode.pf2; then
# Use graphical term, it can be either with background image or a theme.
- # input is `console`, while output is `gfxterm`.
- # This enables `serial` input and output only when possible.
+ # input is "console", while output is "gfxterm".
+ # This enables "serial" input and output only when possible.
# Otherwise the failure mode is to not even enable gfxterm.
- # If you want to use serial for `terminal_*` commands, you need to set one up:
+ # If you want to use serial for "terminal_*" commands, you need to set one up:
# Example manual configuration:
# → serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
# This uses the defaults, and makes the serial terminal available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment