Author: viric
Date: Thu Sep 16 19:32:13 2010
New Revision: 23827
URL: https://svn.nixos.org/websvn/nix/?rev=23827&sc=1
Log:
Fixing the fuloong kernel, which had a SYSFS_DEPRECATED_V2 enabled. That made
udev
work bad, the main simptom being the lack of /dev/hda*.
I also added the IP_PNP DHCP and BOOTP methods, which may be confortable in
nfsroot situations.
Modified:
nixpkgs/branches/stdenv-updates/pkgs/top-level/platforms.nix
Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/platforms.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/top-level/platforms.nix Thu Sep
16 19:26:34 2010 (r23826)
+++ nixpkgs/branches/stdenv-updates/pkgs/top-level/platforms.nix Thu Sep
16 19:32:13 2010 (r23827)
@@ -173,6 +173,8 @@
USB_STORAGE_CYPRESS_ATACB m
IP_PNP y
+ IP_PNP_DHCP y
+ IP_PNP_BOOTP y
NFS_FS y
ROOT_NFS y
TUN m
@@ -201,6 +203,9 @@
BLK_DEV_CMD640_ENHANCED n
FUSE_FS m
+
+ # Needed for udev >= 150
+ SYSFS_DEPRECATED_V2 n
'';
kernelTarget = "vmlinux";
uboot = null;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits