My nixpkgs mirror for patching things.
Go to file
Lluís Batlle i Rossell 483ee6219e Fixing the shutdown script, for the not-that-strange case of having
/nix bind mounted from a fs not rootfs.

As niksnut found, if the sources of bind mounted directories are
umounted before remounting them as "ro", a "mount -o remount,ro" on the
bind targets will not leave the filesystem properly umounted, the same
way as a "-o remount,ro" would do on a usual filesystem.

So, the trick of always remounting as 'ro' before attempting an umount seems
to fix the problem.

svn path=/nixos/trunk/; revision=19008
2009-12-16 23:59:05 +00:00
doc * Let the GRUB menu builder detect whether /boot is on a different 2009-12-16 18:57:02 +00:00
gui Add the base of a highly experimental gui for NixOS. 2009-09-26 23:15:19 +00:00
lib ensure nix-support dir before running tests 2009-12-14 15:30:57 +00:00
maintainers Clean-up option-usages.nix by using recent library functions. 2009-09-29 16:42:22 +00:00
modules Fixing the shutdown script, for the not-that-strange case of having 2009-12-16 23:59:05 +00:00
tests cleaned up kvm installation test. It works now. 2009-12-16 04:55:35 +00:00
default.nix * Support a `system' argument for if you want to do hacky things like 2009-11-06 01:00:44 +00:00
README * URL updates. 2008-05-09 15:08:43 +00:00
release.nix * refactoring kvm test and bootstrapping image. 2009-12-15 23:26:52 +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://nixos.org/nixos and in the manual in doc/manual.