mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
Kernel ist jetzt noch modularer, da keine IDE/FS-Treiber vorhanden sind. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@561 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
8 lines
102 B
Bash
8 lines
102 B
Bash
# vim: set ft=sh:
|
|
run_hook ()
|
|
{
|
|
msg -n ":: Loading udev..."
|
|
/etc/start_udev
|
|
msg "done."
|
|
}
|