Files
Arch-R/packages/sysutils/busybox/20_network
Stephan Raue c3146ef194 busybox:
- reorganisation of init scripts
- cleanup
- remove fbsplash
2009-11-06 14:59:42 +01:00

14 lines
145 B
Bash
Executable File

#!/bin/sh
#
# start Networking
#
# runlevels: openelec, text, debug
. /etc/sysconfig
progress "Starting Networking"
/sbin/ifup -a &
exit 0