aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-11 00:04:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-11 00:04:17 +0000
commit04fd1d444a2c3c3b9d931d0b45c0f9067954dad4 (patch)
tree3f1f7e83352033368d72b47e563f19e62d9970a4 /target/linux
parent30e757378ebf0f42df4fc24160a11e9f0dd2ca7b (diff)
downloadupstream-04fd1d444a2c3c3b9d931d0b45c0f9067954dad4.tar.gz
upstream-04fd1d444a2c3c3b9d931d0b45c0f9067954dad4.tar.bz2
upstream-04fd1d444a2c3c3b9d931d0b45c0f9067954dad4.zip
oops... forgot to make x86-2.6 ext2 images use preinit as well :)
SVN-Revision: 6546
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/x86-2.6/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/image/Makefile b/target/linux/x86-2.6/image/Makefile
index c5a2163256..7c98ea8e4c 100644
--- a/target/linux/x86-2.6/image/Makefile
+++ b/target/linux/x86-2.6/image/Makefile
@@ -35,7 +35,7 @@ ifeq ($(CONFIG_X86_GRUB_IMAGES),y)
endef
define Image/cmdline/ext2
- root=$(ROOTPART) rootfstype=ext2
+ root=$(ROOTPART) rootfstype=ext2 init=/etc/preinit
endef
define Image/Build/grub