projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e7573
)
oops... forgot to make x86-2.6 ext2 images use preinit as well :)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 11 Mar 2007 00:04:17 +0000
(
00:04
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 11 Mar 2007 00:04:17 +0000
(
00:04
+0000)
SVN-Revision: 6546
target/linux/x86-2.6/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86-2.6/image/Makefile
b/target/linux/x86-2.6/image/Makefile
index c5a216325674c4b9fe48ce1c1932f3507e7cc76e..7c98ea8e4c67ad7e7d851fb66f4f3e4cdd17c225 100644
(file)
--- a/
target/linux/x86-2.6/image/Makefile
+++ b/
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