From a0ba9f45fb0c9f3e34d5a2b25e45b7e5d5cac9a4 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Fri, 4 May 2001 21:46:00 +0000 Subject: Wrote documentation and scripts for creating a busybox boot floppy. Initial revision. --- examples/bootfloppy/etc/init.d/rcS | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 examples/bootfloppy/etc/init.d/rcS (limited to 'examples/bootfloppy/etc/init.d') diff --git a/examples/bootfloppy/etc/init.d/rcS b/examples/bootfloppy/etc/init.d/rcS new file mode 100755 index 000000000..4f29b923f --- /dev/null +++ b/examples/bootfloppy/etc/init.d/rcS @@ -0,0 +1,3 @@ +#! /bin/sh + +/bin/mount -a -- cgit v1.2.3