Kaydet (Commit) 4a8680f3 authored tarafından Your Name's avatar Your Name

overlay desteği

üst d43dc12e
#Thanks for mll: https://github.com/ivandavidov/minimal
msg "Trying to connect network."
for DEVICE in /sys/class/net/* ; do
inf "Found network device ${DEVICE##*/}"
ip link set ${DEVICE##*/} up
[ ${DEVICE##*/} != lo ] && udhcpc -b -i ${DEVICE##*/} -s /etc/05_rc.dhcp
done
[ -d /autorun ] || return 0
inf "Starting overlay autorun scripts."
for i in $(ls /autorun | sort)
do
debug "Running $i"
/busybox sh /autorun/$i
done
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment