Browse Source

oops... forgot to make x86-2.6 ext2 images use preinit as well :)

SVN-Revision: 6546
Felix Fietkau 19 years ago
parent
commit
04fd1d444a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/x86-2.6/image/Makefile

+ 1 - 1
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