1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 03:13:20 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6546 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-03-11 00:04:17 +00:00
parent 148d2a90e0
commit 01c56fcc5a

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