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:
parent
82201f14e9
commit
1c9a08d3eb
@ -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 =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user