arch-flo-junk/mkinicpio/install/imgmount
crondog 1d176175ab Update initramfs and boot info
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)
2014-04-25 14:39:54 +10:00

14 lines
112 B
Bash

#!/bin/bash
build ()
{
add_runscript
}
help ()
{
cat<<HELPEOF
Loads arch linux img loopback
HELPEOF
}