From 13a647ab4c73a551a06823db801ddd3904cdb40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 21 Aug 2010 20:03:00 +0000 Subject: [PATCH] Disabling the legacy IDE in the fuloong2f kernel (that may give sda devices instead of hga?) svn path=/nixpkgs/branches/stdenv-updates/; revision=23338 --- pkgs/top-level/platforms.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix index c3d9b1005f7..a52f7ab05b5 100644 --- a/pkgs/top-level/platforms.nix +++ b/pkgs/top-level/platforms.nix @@ -201,6 +201,9 @@ rec { BLK_DEV_CMD640_ENHANCED n FUSE_FS m + + # To get /dev/sda devices instead of /dev/hda + IDE n ''; kernelTarget = "vmlinux"; uboot = null;