diff options
Diffstat (limited to 'examples/bootfloppy/etc/init.d/rcS')
-rwxr-xr-x | examples/bootfloppy/etc/init.d/rcS | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | /bin/mount -a | ||