summaryrefslogtreecommitdiff
path: root/examples/bootfloppy
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bootfloppy')
-rw-r--r--examples/bootfloppy/display.txt1
-rw-r--r--examples/bootfloppy/etc/fstab1
-rw-r--r--examples/bootfloppy/etc/inittab1
-rw-r--r--examples/bootfloppy/etc/profile1
-rwxr-xr-xexamples/bootfloppy/mkrootfs.sh1
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/bootfloppy/display.txt b/examples/bootfloppy/display.txt
index 399d326..7cae48b 100644
--- a/examples/bootfloppy/display.txt
+++ b/examples/bootfloppy/display.txt
@@ -1,4 +1,3 @@
This boot floppy is made with Busybox, uClibc, and the Linux kernel.
Hit RETURN to boot or enter boot parameters at the prompt below.
-
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
-
diff --git a/examples/bootfloppy/mkrootfs.sh b/examples/bootfloppy/mkrootfs.sh
index 5cdff21..a7fc48b 100755
--- a/examples/bootfloppy/mkrootfs.sh
+++ b/examples/bootfloppy/mkrootfs.sh
@@ -102,4 +102,3 @@ then
rmdir $TARGET_DIR
gzip -9 rootfs
fi
-