nixpkgs/modules/system/boot
Eelco Dolstra c9e4b46d48 * Ugly hack: for CIFS mounts, retry the mount a few times (just as in
pkgs/build-support/vm).  This should make the NixOS regression tests
  more robust on heavily loaded systems, where they now frequently
  fail:

  server# mounting //10.0.2.4/qemu on /hostfs...
  server# [    8.233991] Slow work thread pool: Starting up
  server# [    8.234721] Slow work thread pool: Ready
  server# [   23.271708]  CIFS VFS: No response for cmd 114 mid 1
  server# [   23.272443]  CIFS VFS: cifs_mount failed w/return code = -112
  server# mount: Host is down
  server# [   23.275188] Kernel panic - not syncing: Attempted to kill init!

  Maybe there is a configurable timeout somewhere, which would be much
  nicer...

svn path=/nixos/trunk/; revision=19248
2010-01-06 00:25:14 +00:00
..
kernel.nix * Remove most default kernel options since they have no effect. Also, 2010-01-05 13:11:12 +00:00
modprobe.nix svn path=/nixos/trunk/; revision=18860 2009-12-09 19:35:59 +00:00
stage-1-init.sh * Ugly hack: for CIFS mounts, retry the mount a few times (just as in 2010-01-06 00:25:14 +00:00
stage-1.nix * Added an option `boot.initrd.availableKernelModules' that specifies 2009-12-15 16:38:20 +00:00
stage-2-init.sh * /var/run/safemode isn't used anywhere. 2009-11-07 15:24:59 +00:00
stage-2.nix * Provide a convience option for commands that must be executed both 2009-11-15 12:56:40 +00:00