summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-11 00:04:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-11 00:04:17 +0000
commit01c56fcc5a201ed84f10f427adf13a1edf688b20 (patch)
treed67b5bcc913e0d356597d258f997aa7dd3f4c1cd /target
parent148d2a90e0df931419e3b05c05764ec8efa2a193 (diff)
oops... forgot to make x86-2.6 ext2 images use preinit as well :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6546 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 c5a216325..7c98ea8e4 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