On Mon, Jan 30, 2012 at 04:10, Bryan Kadzban <bryan@xxxxxxxxxxxxxxxxxxxxx> wrote: > "./configure --help" says the default firmware search path > (--with-firmware-path) is /lib/firmware/updates:/lib/firmware. But the > actual default is: > > [with_firmware_path="$rootprefix/lib/firmware/updates:$rootprefix/lib/firmware"] > > and $rootprefix defaults to $ac_default_prefix, which is /usr, not the > empty string. > > Fix this by changing the default with_firmware_path to explicitly match > the directories the kernel uses to install firmware. > > (An alternative fix would be to change the help string for > --with-firmware-path to mention ${rootprefix}, although I think it'd be > a good idea to mention that flag's default of /usr as well, if this is > done.) With rootprefix == prefix == /usr, everything is in /usr, also the kernel package is changed to install the stuff in /usr, and no longer in /lib. None of the original system root directories /bin, /sbin, /lib, /lib64 are real directories anymore. Even when both locations will work the same way with the merged filesystem layout, the historic root locations should not be the default in stuff that is explicitly configured for the unified filesystem layout. I'll change the help text. Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html