Commit 0d4312bd authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- eventually mount the crap /proc before remounting to make busybox's mount...

- eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work.
parent 66eb4c38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
# process   == program to run

# Startup the system
null::sysinit:/bin/mount -o remount,rw /
null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/mount -o remount,rw /
null::sysinit:/bin/mount -a
null::sysinit:/bin/hostname -F /etc/hostname
null::sysinit:/sbin/ifconfig lo 127.0.0.1 up