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

SVN-Revision: 6546
master
Felix Fietkau 18 years ago
parent 30e757378e
commit 04fd1d444a
  1. 2
      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

Loading…
Cancel
Save