diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:49:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:49:12 +0200 |
commit | ba2dcccd799963ac74ee92300df494947820608b (patch) | |
tree | e27140083f1f4faebe86cde97a3dabbff5ac7f9e /examples/bootfloppy | |
parent | 0f8960542f6f5ae258e72e56ba7296a01a9c10af (diff) | |
download | busybox-w32-ba2dcccd799963ac74ee92300df494947820608b.tar.gz busybox-w32-ba2dcccd799963ac74ee92300df494947820608b.tar.bz2 busybox-w32-ba2dcccd799963ac74ee92300df494947820608b.zip |
*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/bootfloppy')
-rw-r--r-- | examples/bootfloppy/display.txt | 1 | ||||
-rw-r--r-- | examples/bootfloppy/etc/fstab | 1 | ||||
-rw-r--r-- | examples/bootfloppy/etc/inittab | 1 | ||||
-rw-r--r-- | examples/bootfloppy/etc/profile | 1 | ||||
-rwxr-xr-x | examples/bootfloppy/mkrootfs.sh | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/bootfloppy/display.txt b/examples/bootfloppy/display.txt index 399d326d9..7cae48bb3 100644 --- a/examples/bootfloppy/display.txt +++ b/examples/bootfloppy/display.txt | |||
@@ -1,4 +1,3 @@ | |||
1 | 1 | ||
2 | This boot floppy is made with Busybox, uClibc, and the Linux kernel. | 2 | This boot floppy is made with Busybox, uClibc, and the Linux kernel. |
3 | Hit RETURN to boot or enter boot parameters at the prompt below. | 3 | Hit RETURN to boot or enter boot parameters at the prompt below. |
4 | |||
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 | |||
diff --git a/examples/bootfloppy/mkrootfs.sh b/examples/bootfloppy/mkrootfs.sh index 5cdff21a0..a7fc48b13 100755 --- a/examples/bootfloppy/mkrootfs.sh +++ b/examples/bootfloppy/mkrootfs.sh | |||
@@ -102,4 +102,3 @@ then | |||
102 | rmdir $TARGET_DIR | 102 | rmdir $TARGET_DIR |
103 | gzip -9 rootfs | 103 | gzip -9 rootfs |
104 | fi | 104 | fi |
105 | |||