projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include section name in the package metadata
[openwrt.git]
/
target
/
linux
/
x86-2.6
/
image
/
gen_image.sh
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)
#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)
device (hd0) $OUTPUT
geometry (hd0) $cyl $head $sect
root (hd0,0)
setup (hd0)
+quit
EOF
EOF
This page took
0.022469 seconds
and
4
git commands to generate.