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

SVN-Revision: 6546
This commit is contained in:
Felix Fietkau 2007-03-11 00:04:17 +00:00
parent 30e757378e
commit 04fd1d444a

View 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