Remove references to /root/test-firmware

This is no longer supported by systemd.
This commit is contained in:
Eelco Dolstra 2015-09-07 22:54:51 +02:00
parent b70ffedbcc
commit 3ebe5f802b
2 changed files with 2 additions and 5 deletions

View File

@ -180,9 +180,7 @@ in
firmware to function). If multiple packages contain firmware firmware to function). If multiple packages contain firmware
files with the same name, the first package in the list takes files with the same name, the first package in the list takes
precedence. Note that you must rebuild your system if you add precedence. Note that you must rebuild your system if you add
files to any of these directories. For quick testing, files to any of these directories.
put firmware files in <filename>/root/test-firmware</filename>
and add that directory to the list.
''; '';
apply = list: pkgs.buildEnv { apply = list: pkgs.buildEnv {
name = "firmware"; name = "firmware";

View File

@ -477,8 +477,7 @@ with stdenv.lib;
${optionalString (versionAtLeast version "3.17") "NFC? n"} ${optionalString (versionAtLeast version "3.17") "NFC? n"}
# Enable firmware loading via udev. Only needed for non-declarative # Enable firmware loading via udev (legacy).
# firmware in /root/test-firmware.
${optionalString (versionAtLeast version "3.17") '' ${optionalString (versionAtLeast version "3.17") ''
FW_LOADER_USER_HELPER_FALLBACK y FW_LOADER_USER_HELPER_FALLBACK y
''} ''}