Wrote documentation and scripts for creating a busybox boot floppy. Initial revision.

This commit is contained in:
Mark Whitley
2001-05-04 21:46:00 +00:00
parent d24f878546
commit a0ba9f45fb
11 changed files with 445 additions and 0 deletions

View File

@ -0,0 +1,2 @@
proc /proc proc defaults 0 0

View File

@ -0,0 +1,3 @@
#! /bin/sh
/bin/mount -a

View File

@ -0,0 +1,5 @@
::sysinit:/etc/init.d/rcS
::respawn:-/bin/sh
tty2::askfirst:-/bin/sh
::ctrlaltdel:/bin/umount -a -r

View File

@ -0,0 +1,8 @@
# /etc/profile: system-wide .profile file for the Bourne shells
echo
echo -n "Processing /etc/profile... "
# no-op
echo "Done"
echo