source:
freewrt/package/base-files/default/etc/preinit@
a48f08a
| Last change on this file since a48f08a was a48f08a, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 238 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | export PATH=/bin:/sbin:/usr/bin:/usr/sbin |
| 3 | mount none /proc -t proc |
| 4 | [ -f /etc/preinit.arch ] && . /etc/preinit.arch |
| 5 | failsafe |
| 6 | insmod mini_fo 2>&- |
| 7 | mount_root ${FAILSAFE:+failsafe} |
| 8 | chmod u+s /bin/busybox 2>/dev/null |
| 9 | exec /sbin/init |
Note:
See TracBrowser
for help on using the repository browser.
