1d176175ab
firmware.service now just modprobes wlan to get it working Other services do not need to be changed to work with firmware.service creating a full arch linux initramfs now works (module loading still done via firmware.service unfortunately)
11 lines
288 B
Diff
11 lines
288 B
Diff
--- /usr/bin/mkinitcpio 2014-03-09 06:12:20.000000000 +1100
|
|
+++ mkinitcpio 2014-04-25 14:04:21.149124690 +1000
|
|
@@ -87,6 +87,8 @@
|
|
resolve_kernver() {
|
|
local kernel=$1 offset kver
|
|
|
|
+ uname -r
|
|
+ return 0
|
|
if [[ -z $kernel ]]; then
|
|
uname -r
|
|
return 0
|