summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorWouter den Breejen <uu@denbreejen.net>2007-10-23 17:56:10 +0000
committerWouter den Breejen <uu@denbreejen.net>2007-10-23 17:56:10 +0000
commit02f39c021040656802256cc0419c14161cfea540 (patch)
treee428acf333aaadf9b743dab059542657a61d51ca /pkgs/top-level/all-packages.nix
parent66799416158a7c9a2a296995bc1bce095b2df47b (diff)
downloadnixpkgs-02f39c021040656802256cc0419c14161cfea540.tar
nixpkgs-02f39c021040656802256cc0419c14161cfea540.tar.gz
nixpkgs-02f39c021040656802256cc0419c14161cfea540.tar.bz2
nixpkgs-02f39c021040656802256cc0419c14161cfea540.tar.lz
nixpkgs-02f39c021040656802256cc0419c14161cfea540.tar.xz
nixpkgs-02f39c021040656802256cc0419c14161cfea540.tar.zst
nixpkgs-02f39c021040656802256cc0419c14161cfea540.zip
There is a bug in ext3cow causing all rights to reset too root after a remount. The devvers at ext3cow.com are too lazy too release a new version, but the bug is fixed in their svn sources, so ive made a patch from those sources, which ive tested and it works.
svn path=/nixpkgs/trunk/; revision=9515
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 53d10f2e654..d8886ded70f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2807,7 +2807,7 @@ rec {
     inherit fetchurl stdenv perl mktemp module_init_tools;
     kernelPatches = [
       { name = "ext3cow";
-        patch = ../os-specific/linux/kernel/linux-2.6.20.3-ext3cow.patch;
+        patch = ../os-specific/linux/kernel/linux-2.6.21.7-ext3cow_wouter.patch;
         extraConfig =  
 	"CONFIG_EXT3COW_FS=m\n" +
 	"CONFIG_EXT3COW_FS_XATTR=y\n" +