mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox:
- remove network init script, connman re-does this work
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
mkdir -p /var/run
|
||||
touch /var/run/resolv.conf
|
||||
|
||||
export interface=eth0
|
||||
connmand
|
||||
touch /var/run/network
|
||||
|
||||
)&
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
# start Connection Manager
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
(
|
||||
progress "Setting up Loopback device"
|
||||
|
||||
ifup -a
|
||||
|
||||
mkdir -p /var/run
|
||||
touch /var/run/network
|
||||
)&
|
||||
Reference in New Issue
Block a user