Signed-off-by: Petr Štetiar <ynezz@true.cz>
touch /tmp/resolv.conf.d/resolv.conf.auto
ln -sf /tmp/resolv.conf.d/resolv.conf.auto /tmp/resolv.conf
grep -q debugfs /proc/filesystems && /bin/mount -o noatime -t debugfs debugfs /sys/kernel/debug
+ grep -q configfs /proc/filesystems && /bin/mount -t configfs configfs /sys/kernel/config
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
/sbin/kmodloader
/bin/config_generate
uci_apply_defaults
-
+
# temporary hack until configd exists
/sbin/reload_config
}