aboutsummaryrefslogtreecommitdiffstats
path: root/base-files
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-18 06:14:44 +0000
committerChris Larson <clarson@kergoth.com>2004-09-18 06:14:44 +0000
commit34a8e35964218de1c07c038b3bb56db19cee67ba (patch)
tree996b7c1a93a27a02bf5cb0ca51983f3f761798ae /base-files
parentbeaa7c6e54b18ec0c5a8f17a729b9675c9a65cb6 (diff)
downloadopenembedded-34a8e35964218de1c07c038b3bb56db19cee67ba.tar.gz
NSLU2 updates:
* New nslu2 specific fstab. * Add nslu2_flashing.oeclass, which does the work of packing a linksys firmware image, suitable for flashing. * Ensure that the AnyU2 and Unslung distributions INHERIT this oeclass. * nslu2.conf: setup serial console, disable use of VTs, set image rootfs size for the ext2 and ext2.gz image types. BKrev: 414bd254N1gTtvslWXciKcY5qjdBDQ
Diffstat (limited to 'base-files')
-rw-r--r--base-files/base-files/nslu2/fstab5
1 files changed, 5 insertions, 0 deletions
diff --git a/base-files/base-files/nslu2/fstab b/base-files/base-files/nslu2/fstab
index e69de29bb2..133f27e26c 100644
--- a/base-files/base-files/nslu2/fstab
+++ b/base-files/base-files/nslu2/fstab
@@ -0,0 +1,5 @@
+/dev/ram0 / ext2 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