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)
13 lines
112 B
Bash
13 lines
112 B
Bash
#!/bin/bash
|
|
|
|
build ()
|
|
{
|
|
add_runscript
|
|
}
|
|
|
|
help ()
|
|
{
|
|
cat<<HELPEOF
|
|
Loads arch linux img loopback
|
|
HELPEOF
|
|
}
|