Wrote documentation and scripts for creating a busybox boot floppy. Initial revision.
This commit is contained in:
2
examples/bootfloppy/etc/fstab
Normal file
2
examples/bootfloppy/etc/fstab
Normal file
@ -0,0 +1,2 @@
|
||||
proc /proc proc defaults 0 0
|
||||
|
3
examples/bootfloppy/etc/init.d/rcS
Executable file
3
examples/bootfloppy/etc/init.d/rcS
Executable file
@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
/bin/mount -a
|
5
examples/bootfloppy/etc/inittab
Normal file
5
examples/bootfloppy/etc/inittab
Normal file
@ -0,0 +1,5 @@
|
||||
::sysinit:/etc/init.d/rcS
|
||||
::respawn:-/bin/sh
|
||||
tty2::askfirst:-/bin/sh
|
||||
::ctrlaltdel:/bin/umount -a -r
|
||||
|
8
examples/bootfloppy/etc/profile
Normal file
8
examples/bootfloppy/etc/profile
Normal 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
|
||||
|
Reference in New Issue
Block a user