diff options
Diffstat (limited to 'examples/bootfloppy/etc')
-rw-r--r-- | examples/bootfloppy/etc/fstab | 1 | ||||
-rw-r--r-- | examples/bootfloppy/etc/inittab | 1 | ||||
-rw-r--r-- | examples/bootfloppy/etc/profile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/bootfloppy/etc/fstab b/examples/bootfloppy/etc/fstab index ef14ca2cc..b31f60217 100644 --- a/examples/bootfloppy/etc/fstab +++ b/examples/bootfloppy/etc/fstab | |||
@@ -1,2 +1 @@ | |||
1 | proc /proc proc defaults 0 0 | proc /proc proc defaults 0 0 | |
2 | |||
diff --git a/examples/bootfloppy/etc/inittab b/examples/bootfloppy/etc/inittab index eb3e979ce..1ac9f68ce 100644 --- a/examples/bootfloppy/etc/inittab +++ b/examples/bootfloppy/etc/inittab | |||
@@ -2,4 +2,3 @@ | |||
2 | ::respawn:-/bin/sh | 2 | ::respawn:-/bin/sh |
3 | tty2::askfirst:-/bin/sh | 3 | tty2::askfirst:-/bin/sh |
4 | ::ctrlaltdel:/bin/umount -a -r | 4 | ::ctrlaltdel:/bin/umount -a -r |
5 | |||
diff --git a/examples/bootfloppy/etc/profile b/examples/bootfloppy/etc/profile index 8a7c77d78..cf68d3393 100644 --- a/examples/bootfloppy/etc/profile +++ b/examples/bootfloppy/etc/profile | |||
@@ -5,4 +5,3 @@ echo -n "Processing /etc/profile... " | |||
5 | # no-op | 5 | # no-op |
6 | echo "Done" | 6 | echo "Done" |
7 | echo | 7 | echo |
8 | |||