aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532-2.6/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-03 22:36:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-03 22:36:45 +0000
commit12fc04238eb091cfa9e8b4469c50b72ff220d1e7 (patch)
tree7e0add9ec2278f5b132aa4adc3a3a20157edd759 /target/linux/rb532-2.6/base-files
parentc96e173c287dcbce1813420940e79900f030c467 (diff)
downloadupstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.gz
upstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.bz2
upstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.zip
enable preinit in a few other platforms
SVN-Revision: 6482
Diffstat (limited to 'target/linux/rb532-2.6/base-files')
-rwxr-xr-xtarget/linux/rb532-2.6/base-files/default/sbin/cf2nand2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532-2.6/base-files/default/sbin/cf2nand b/target/linux/rb532-2.6/base-files/default/sbin/cf2nand
index 9cb216ca82..74ac89402b 100755
--- a/target/linux/rb532-2.6/base-files/default/sbin/cf2nand
+++ b/target/linux/rb532-2.6/base-files/default/sbin/cf2nand
@@ -45,7 +45,7 @@ mount -t yaffs2 "$boot" /tmp/cf2nand/p1
mount -t yaffs2 "$main" /tmp/cf2nand/p2
echo "Copying kernel..."
-copy_kernel /dev/cf/card0/part1 /tmp/cf2nand/p1/kernel "root=/dev/mtdblock1 rootfstype=yaffs2 " 2>/dev/null >/dev/null
+copy_kernel /dev/cf/card0/part1 /tmp/cf2nand/p1/kernel "root=/dev/mtdblock1 rootfstype=yaffs2 init=/etc/preinit " 2>/dev/null >/dev/null
umount /tmp/cf2nand/p1
rmdir /tmp/cf2nand/p1