nixpkgs/modules/system/boot
Eelco Dolstra 9692495df0 Use BusyBox in the initrd
Using BusyBox instead of Bash plus a bunch of other tools gives us a
much more feature-full, yet smaller initrd.  In particular, BusyBox
contains networking commands such as ip and a DHCP client, useful for
NFS boots.  It's also much more convenient for rescue situations
because the shell has builtin readline support and there are many more
tools (including vi).
2012-06-22 10:43:06 -04:00
..
kernel.nix Dropped the unused/unknown/obsolete module i8042 from 'boot.initrd.kernelModules'. 2012-04-06 19:21:50 +00:00
luksroot.nix * Make the boot.initrd.luks.enable option obsolete. It's enough to 2012-05-15 20:45:01 +00:00
modprobe.nix * Move the setting of $MODULE_DIR to modprobe.nix. 2012-03-20 22:02:27 +00:00
stage-1-init.sh Use BusyBox in the initrd 2012-06-22 10:43:06 -04:00
stage-1.nix Use BusyBox in the initrd 2012-06-22 10:43:06 -04:00
stage-2-init.sh Integrate cleanTmpDir in stage-2-init.sh. 2012-06-11 07:05:13 +00:00
stage-2.nix Add findutils dependency for /tmp cleaning. 2012-06-11 07:05:15 +00:00