Merge Mainline

This commit is contained in:
CN_SZTL 2020-07-25 19:59:18 +08:00
commit 3cd4b8b12d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -33,6 +33,7 @@ boot() {
touch /var/log/lastlog
mkdir -p /tmp/resolv.conf.d
touch /tmp/resolv.conf.d/resolv.conf.auto
ln -sf /tmp/resolv.conf.d/resolv.conf.auto /tmp/resolv.conf
ln -sf /tmp/resolv.conf.d/resolv.conf.auto /tmp/resolv.conf.auto
grep -q debugfs /proc/filesystems && /bin/mount -o noatime -t debugfs debugfs /sys/kernel/debug
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe