nixpkgs/nixos/doc/manual
Tuomas Tynkkynen 9c2f2bc893 kernel-config: Enable FB_VESA and FRAMEBUFFER_CONSOLE
Commit 159fed47bc (nixos/grub: Fix video display on efi) changed BIOS
systems to start in non-text mode as well. Enable FB_VESA to get a
framebuffer console on BIOS systems. Change FRAMEBUFFER_CONSOLE to 'y'
instead of the default 'm' to so the user doesn't need to manually load
the fbcon module anymore.

Other distros have similar defaults, at least on Arch:
    CONFIG_FB_VESA=y
    CONFIG_FRAMEBUFFER_CONSOLE=y
and on Ubuntu (12.04):
    CONFIG_FB_VESA=m
    CONFIG_FRAMEBUFFER_CONSOLE=y

Fixes #8139
2015-06-04 11:26:20 +03:00
..
administration Manual tweak 2015-03-11 15:34:57 +01:00
configuration nixos docs: fix typo 2015-03-07 14:44:13 +01:00
development nixos/test-driver: Make tesseract OCR optional. 2015-05-22 07:21:58 +02:00
installation kernel-config: Enable FB_VESA and FRAMEBUFFER_CONSOLE 2015-06-04 11:26:20 +03:00
release-notes nixos release notes: document new services.openssh.moduliFile option 2015-06-01 15:20:18 +02:00
default.nix
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install: support -j, --cores and --option. Closes #6755 2015-03-11 16:47:44 +00:00
man-nixos-option.xml
man-nixos-rebuild.xml nixos-rebuild: Add ‘dry-activate’ command 2015-03-09 16:50:59 +01:00
man-pages.xml
manual.xml
options-to-docbook.xsl
README
style.css

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

    https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

    nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.