oops... forgot to make x86-2.6 ext2 images use preinit as well :)
SVN-Revision: 6546
This commit is contained in:
parent
30e757378e
commit
04fd1d444a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue