projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6396c63
)
tweak grub install in x86 ext2 images
author
Nicolas Thill
<nico@openwrt.org>
Tue, 2 Jan 2007 19:38:52 +0000
(19:38 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 2 Jan 2007 19:38:52 +0000
(19:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5970
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/x86-2.6/image/gen_image.sh
patch
|
blob
|
history
diff --git
a/target/linux/x86-2.6/image/gen_image.sh
b/target/linux/x86-2.6/image/gen_image.sh
index
795a46b
..
314d731
100755
(executable)
--- a/
target/linux/x86-2.6/image/gen_image.sh
+++ b/
target/linux/x86-2.6/image/gen_image.sh
@@
-32,10
+32,11
@@
dd if="$ROOTFSIMAGE" of="$OUTPUT" bs=512 seek="$ROOTFSOFFSET" conv=notrunc
#rm -f "$OUTPUT.kernel"
which chpax >/dev/null && chpax -zp $(which grub)
-grub --device-map=/dev/null <<EOF
+grub --
batch --no-curses --no-floppy --
device-map=/dev/null <<EOF
device (hd0) $OUTPUT
geometry (hd0) $cyl $head $sect
root (hd0,0)
setup (hd0)
+quit
EOF