From: Felix Fietkau Date: Sun, 11 Mar 2007 00:04:17 +0000 (+0000) Subject: oops... forgot to make x86-2.6 ext2 images use preinit as well :) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f9154c1bf7a4f139edbdb2679be385fb2b97f2a8;p=openwrt%2Fsvn-archive%2Farchive.git oops... forgot to make x86-2.6 ext2 images use preinit as well :) SVN-Revision: 6546 --- 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