nixpkgs/modules/system
Eelco Dolstra 9704472d1c Some hacks to support clean shutdowns of VMs that mount the Nix store
ove QEMU (and other NixOS instances that use a remote filesystem like
NFS):

* Don't take down the network interfaces during shutdown.
* Don't try to unmount the Nix store.  Usually, this doesn't work
  because it's still in use, but on remote filesystems like CIFS the
  `-f' umount flag actually works.

svn path=/nixos/branches/modular-nixos/; revision=16036
2009-06-24 13:33:03 +00:00
..
activation * The menu.lst fragment in the top-level system derivation doesn't 2009-06-10 16:05:25 +00:00
boot * Don't wait for CIFS "devices" (//share/path) to appear since they 2009-06-22 14:44:48 +00:00
etc * Move the /etc generation to modules/system/etc. 2009-05-28 13:17:56 +00:00
upstart * system/options.nix: gone :-) 2009-05-28 16:03:48 +00:00
upstart-events Some hacks to support clean shutdowns of VMs that mount the Nix store 2009-06-24 13:33:03 +00:00