Go to file
Eelco Dolstra fcef0545be * A program for generating the hardware-specific bits of
configuration.nix.  Right now it finds out the following:

  - How many CPUs the machine has (for nix.maxJobs).
  - Whether to load KVM support (either kvm-intel or kvm-amd).
  - The modules necessary for the initrd by scanning the PCI and USB
    busses.  Only mass-storage and HID related modules are added.

svn path=/nixos/trunk/; revision=10221
2008-01-18 16:17:48 +00:00
boot * Mount usbfs on /proc/bus/usb. 2008-01-18 15:18:32 +00:00
configuration Added extraInitrdKernelModules option to CD 2008-01-16 21:56:31 +00:00
doc/manual * Build the Nix manual in a Nix expression instead of a Makefile so 2008-01-04 14:24:42 +00:00
etc * Generate /etc/ssh/ssh_config, set ForwardX11 and XAuthLocation. 2008-01-16 13:59:03 +00:00
helpers Corrections to make-iso9660-image.sh for bigger path lists. 2008-01-15 15:39:34 +00:00
installer * A program for generating the hardware-specific bits of 2008-01-18 16:17:48 +00:00
system * Mount usbfs on /proc/bus/usb. 2008-01-18 15:18:32 +00:00
upstart-jobs Added extraInitrdKernelModules option to CD 2008-01-16 21:56:31 +00:00
default.nix * Option to enable the Intel 3945 firmware. (It's enabled by 2008-01-12 22:53:13 +00:00
README * Readme is obsolete now. 2007-02-06 21:38:59 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nix.cs.uu.nl/nixos and in the manual in doc/manual.