summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/examples/bootfloppy/etc
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/examples/bootfloppy/etc')
-rwxr-xr-xrelease/src/router/busybox/examples/bootfloppy/etc/fstab2
-rwxr-xr-xrelease/src/router/busybox/examples/bootfloppy/etc/inittab5
-rwxr-xr-xrelease/src/router/busybox/examples/bootfloppy/etc/profile8
3 files changed, 15 insertions, 0 deletions
diff --git a/release/src/router/busybox/examples/bootfloppy/etc/fstab b/release/src/router/busybox/examples/bootfloppy/etc/fstab
new file mode 100755
index 00000000..ef14ca2c
--- /dev/null
+++ b/release/src/router/busybox/examples/bootfloppy/etc/fstab
@@ -0,0 +1,2 @@
+proc /proc proc defaults 0 0
+
diff --git a/release/src/router/busybox/examples/bootfloppy/etc/inittab b/release/src/router/busybox/examples/bootfloppy/etc/inittab
new file mode 100755
index 00000000..eb3e979c
--- /dev/null
+++ b/release/src/router/busybox/examples/bootfloppy/etc/inittab
@@ -0,0 +1,5 @@
+::sysinit:/etc/init.d/rcS
+::respawn:-/bin/sh
+tty2::askfirst:-/bin/sh
+::ctrlaltdel:/bin/umount -a -r
+
diff --git a/release/src/router/busybox/examples/bootfloppy/etc/profile b/release/src/router/busybox/examples/bootfloppy/etc/profile
new file mode 100755
index 00000000..e9b11e90
--- /dev/null
+++ b/release/src/router/busybox/examples/bootfloppy/etc/profile
@@ -0,0 +1,8 @@
+# /etc/profile: system-wide .profile file for the Bourne shells
+
+echo
+echo -n "Processing /etc/profile... "
+# no-op
+echo "Done"
+echo
+