diff options
Diffstat (limited to 'examples/bootfloppy/etc/inittab')
-rw-r--r-- | examples/bootfloppy/etc/inittab | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/bootfloppy/etc/inittab b/examples/bootfloppy/etc/inittab new file mode 100644 index 000000000..eb3e979ce --- /dev/null +++ b/examples/bootfloppy/etc/inittab | |||
@@ -0,0 +1,5 @@ | |||
1 | ::sysinit:/etc/init.d/rcS | ||
2 | ::respawn:-/bin/sh | ||
3 | tty2::askfirst:-/bin/sh | ||
4 | ::ctrlaltdel:/bin/umount -a -r | ||
5 | |||