1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/system/boot
Eelco Dolstra 4f4c529979 Stage 1 improvements:
* Load scsi_wait_scan after all other kernel modules to ensure that
  all SCSI device nodes have been created.
* Increase the timeout for the appearance of the root device to 20
  seconds.
* Do a "udevadm settle" just after the root device has appeared to
  make sure that udev isn't accessing the device anymore (hopefully).
  On EC2 (Xen), I've seen fsck on the root fail randomly with "device
  in use" errors.

svn path=/nixos/trunk/; revision=33650
2012-04-06 14:20:43 +00:00
..
kernel.nix Stage 1 improvements: 2012-04-06 14:20:43 +00:00
luksroot.nix If enabling luks on initrd, also adding cryptsetup to system packages. I think it's useful. 2012-03-08 20:49:26 +00:00
modprobe.nix * Move the setting of $MODULE_DIR to modprobe.nix. 2012-03-20 22:02:27 +00:00
stage-1-extratools.nix Disabling the initrd extra tools by default, until further review. 2012-03-11 22:28:31 +00:00
stage-1-init.sh Stage 1 improvements: 2012-04-06 14:20:43 +00:00
stage-1.nix * Drop obsolete line. 2012-03-19 19:34:06 +00:00
stage-2-init.sh * Pass --no-sessions to Upstart to make sure users cannot start 2012-04-05 12:27:21 +00:00
stage-2.nix * Remove an obsolete line. 2012-03-20 21:43:13 +00:00