This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
openwrt-xburst
Watch
1
Star
0
Fork
0
You've already forked openwrt-xburst
mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced
2024-11-06 15:34:40 +02:00
Code
b67e11c7c4
openwrt-xburst
/
target
/
linux
/
x86
/
base-files
/
etc
/
preinit.arch
3 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-04 00:32:13 +02:00
mount -t proc none /proc
silence a bogus preinit message git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 20:14:09 +03:00
grep 'failsafe=' /proc/cmdline > /dev/null && export FAILSAFE=true
Copy Permalink