Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sat, 25 Sep 2004 13:36:43 +0000 (13:36 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 25 Sep 2004 13:36:43 +0000 (13:36 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/25 09:59:00+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/24 20:48:55+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/24 16:11:47+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/24 11:20:30+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/23 21:41:31+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/23 17:13:37+02:00 uni-frankfurt.de!mickeyl
specify FSTAPE in ramdisk script

2004/09/23 16:26:22+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/09/23 08:21:29+02:00 uni-frankfurt.de!mickeyl
remove python-numarray from task-python-everything since this doesn't want to build with soft-float :/

2004/09/23 08:20:49+02:00 uni-frankfurt.de!mickeyl
bump oz version in issue[.net]

BKrev: 4155746b2RbCeWQvN_Ec7r-X5yjy-g

base-files/base-files/openzaurus/issue
base-files/base-files/openzaurus/issue.net
initscripts/initscripts-1.0/ramdisk
initscripts/initscripts_1.0.oe
meta/task-python-everything_0.9.0.oe

index b1bc8d6..fc04e33 100644 (file)
@@ -2,6 +2,8 @@
 
 . /etc/default/rcS
 
+FSTYPE=ext2
+
 if test ! -e /proc/mtd
 then
        test "$VERBOSE" != "no" && echo >&2 "/proc not mounted, or mtd support not enabled in kernel."
@@ -33,12 +35,12 @@ if (test ! -e /etc/.configured) || test "$OLD_MTD_SIZE" != "$RAM_MTD_SIZE"; then
   dd if=/dev/zero bs=1024 count=$RAM_MTD_SIZE of=$RAM_MTD 2>/dev/null >&2 || exit 1
   test "$VERBOSE" != "no" && echo "$RAM_MTD";
   test "$VERBOSE" != "no" && echo -n "Creating filesystem on ramdisk: "
-  mkfs.ext2 $RAM_MTDBLK 2>/dev/null >&2 || exit 1
+  mkfs -t $FSTYPE $RAM_MTDBLK 2>/dev/null >&2 || exit 1
   test "$VERBOSE" != "no" && echo "$RAM_MTDBLK";
 fi
 
 test "$VERBOSE" != "no" && echo -n "Mounting ramdisk: "
-mount $RAM_MTDBLK $RAM_MNTPT 2>/dev/null >&2 || exit 1
+mount -t $FSTYPE $RAM_MTDBLK $RAM_MNTPT 2>/dev/null >&2 || exit 1
 test "$VERBOSE" != "no" && echo "$RAM_MTDBLK";
 
 exit 0
index 7e4814e..9193466 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS = "makedevs"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "file://halt \
            file://ramdisk \
index 82263fd..babfe07 100644 (file)
@@ -15,7 +15,6 @@ DEPENDS = "   python-ao               \
                python-mad              \
                python-native           \
                python-numeric          \
-               python-numarray         \
                python-ogg              \
                python-pexpect          \
                python-pychecker        \
@@ -46,3 +45,4 @@ RDEPENDS=${DEPENDS}
 #fixme add python-pycap once libdnet is in again
 #fixme add python-pyx once kpathwhich-native is there
 #fixme add packages dynamically
+#fixme python-numarray doesn't work with soft-float