oops... forgot to make x86-2.6 ext2 images use preinit as well :)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 11 Mar 2007 00:04:17 +0000 (00:04 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 11 Mar 2007 00:04:17 +0000 (00:04 +0000)
SVN-Revision: 6546

target/linux/x86-2.6/image/Makefile

index c5a216325674c4b9fe48ce1c1932f3507e7cc76e..7c98ea8e4c67ad7e7d851fb66f4f3e4cdd17c225 100644 (file)
@@ -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