diff options
author | Denys Vlasenko | 2010-07-26 01:49:12 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-07-26 01:49:12 +0200 |
commit | ba2dcccd799963ac74ee92300df494947820608b (patch) | |
tree | e27140083f1f4faebe86cde97a3dabbff5ac7f9e /examples/bootfloppy/etc | |
parent | 0f8960542f6f5ae258e72e56ba7296a01a9c10af (diff) | |
download | busybox-ba2dcccd799963ac74ee92300df494947820608b.zip busybox-ba2dcccd799963ac74ee92300df494947820608b.tar.gz |
*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 ef14ca2..b31f602 100644 --- a/examples/bootfloppy/etc/fstab +++ b/examples/bootfloppy/etc/fstab @@ -1,2 +1 @@ proc /proc proc defaults 0 0 - diff --git a/examples/bootfloppy/etc/inittab b/examples/bootfloppy/etc/inittab index eb3e979..1ac9f68 100644 --- a/examples/bootfloppy/etc/inittab +++ b/examples/bootfloppy/etc/inittab @@ -2,4 +2,3 @@ ::respawn:-/bin/sh tty2::askfirst:-/bin/sh ::ctrlaltdel:/bin/umount -a -r - diff --git a/examples/bootfloppy/etc/profile b/examples/bootfloppy/etc/profile index 8a7c77d..cf68d33 100644 --- a/examples/bootfloppy/etc/profile +++ b/examples/bootfloppy/etc/profile @@ -5,4 +5,3 @@ echo -n "Processing /etc/profile... " # no-op echo "Done" echo - |