mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
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
@ -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 New Issue
Block a user