Changed udev firmware path to /root/test-firmware:/var/run/current-system/firmware

/etc/firmware -> /var/run/current-system/firmware was disscussed on ML
I've also changed the order because "emergency" path should be of higher priority

svn path=/nixpkgs/trunk/; revision=21782
This commit is contained in:
Yury G. Kudryashov 2010-05-15 09:54:42 +00:00
parent 82201f14e9
commit 1c9a08d3eb

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
configureFlags = "--with-pci-ids-path=${pciutils}/share/pci.ids
--disable-introspection
--with-firmware-path=/etc/firmware:/root/test-firmware";
--with-firmware-path=/root/test-firmware:/var/run/current-system/firmware";
postInstall =
''