From 2817345084849fcc0231910b52146f206164bdd6 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 12 Mar 2013 20:38:08 -0400 Subject: mkinitcpio: honor updates directory for firmware This also removes a check which would have otherwise hidden a missing firmware error from the user. FS#34255. Signed-off-by: Dave Reisner --- mkinitcpio | 1 + 1 file changed, 1 insertion(+) (limited to 'mkinitcpio') diff --git a/mkinitcpio b/mkinitcpio index abaa5e1..974d12c 100755 --- a/mkinitcpio +++ b/mkinitcpio @@ -14,6 +14,7 @@ _f_functions=functions _f_config=mkinitcpio.conf _d_hooks="$PWD/hooks:/usr/lib/initcpio/hooks:/lib/initcpio/hooks" _d_install="$PWD/install:/usr/lib/initcpio/install:/lib/initcpio/install" +_d_firmware=/usr/lib/firmware _d_presets=mkinitcpio.d # options and runtime data -- cgit v1.2.3-24-g4f1b