aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base-files
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-02-21 13:03:11 +0000
committerRod Whitby <rod@whitby.id.au>2005-02-21 13:03:11 +0000
commit1676fca2c487892c5839fb933a06c008d0fa4fdd (patch)
treea8a26b6b54f83f78b15717513d09b50a3a581512 /packages/base-files
parenteb9b124493b7c5e05fd494e2105af4b45dd7036c (diff)
downloadopenembedded-1676fca2c487892c5839fb933a06c008d0fa4fdd.tar.gz
Unslung and OpenSlug both working with switchbox. Updated CVSDATE stuff in nslu2.conf. Changed CMDLINE in openslug kernel to use switchbox. Changed switchbox and slingbox to use /usr/sbin and /usr/bin (just like in OpenSlug busybox) so that the location of executables match across SwitchBox, Unslung and Openslug. Added /initrd directory to OpenSlug rootfs so that it can be used for the pivot_root in switchbox.
BKrev: 4219dc0fM9IKay9jW_b1WMSP_N7e1w
Diffstat (limited to 'packages/base-files')
-rw-r--r--packages/base-files/base-files/nslu2/fstab5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/base-files/base-files/nslu2/fstab b/packages/base-files/base-files/nslu2/fstab
index e69de29bb2..941dfa3805 100644
--- a/packages/base-files/base-files/nslu2/fstab
+++ b/packages/base-files/base-files/nslu2/fstab
@@ -0,0 +1,5 @@
+rootfs / auto defaults 1 1
+proc /proc proc defaults 0 0
+tmpfs /var tmpfs defaults 0 0
+tmpfs /mnt/ram tmpfs defaults 0 0
+usbdevfs /proc/bus/usb usbdevfs noauto 0 0