Minor bug fix to /etc/fstab to ensure that spurious modules are
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 6 Jun 2005 21:32:56 +0000 (21:32 +0000)
committerJohn Bowler <jbowler@nslu2-linux.org>
Mon, 6 Jun 2005 21:32:56 +0000 (21:32 +0000)
not loaded on jffs2 boot.
Add upslug-native to the default DEPENDS.

BKrev: 42a4c108qBG5ppC1ZGpnxA2_AkHgxw

conf/distro/openslug.conf
packages/base-files/base-files/openslug/fstab

index 3a94fb3..8c69d07 100644 (file)
@@ -21,7 +21,7 @@ IMAGE_FSTYPES = "jffs2"
 OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-openslug.txt')}"
 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DEVICE_TABLE}"
 
-OPENSLUG_EXTRA_DEPENDS  ?= "e2fsprogs reiserfsprogs lrzsz"
+OPENSLUG_EXTRA_DEPENDS  ?= "e2fsprogs reiserfsprogs upslug-native lrzsz"
 
 # Filesystem support modules are listed in here for easy removal,
 # as is the lrzsz serial package and other kernel modules which are
index e69de29..0ac6b14 100644 (file)
@@ -0,0 +1,5 @@
+rootfs         /               jffs2   defaults        1  1
+proc            /proc          proc    defaults        0  0
+tmpfs          /var            tmpfs   defaults        0  0
+tmpfs          /media/ram      tmpfs   defaults        0  0
+usbfs          /proc/bus/usb   usbfs   defaults        0  0