projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: refresh 2.6.30 patches
[openwrt.git]
/
scripts
/
combined-image.sh
diff --git
a/scripts/combined-image.sh
b/scripts/combined-image.sh
index
eecd3d7
..
30373e7
100644
(file)
--- a/
scripts/combined-image.sh
+++ b/
scripts/combined-image.sh
@@
-8,8
+8,8
@@
BLKSZ=65536
}
# Make sure provided images are 64k aligned.
-kern=$(
tempfile
)
-root=$(
tempfile
)
+kern=$(
mktemp
)
+root=$(
mktemp
)
dd if="$1" of="$kern" bs=$BLKSZ conv=sync 2>/dev/null
dd if="$2" of="$root" bs=$BLKSZ conv=sync 2>/dev/null
This page took
0.021513 seconds
and
4
git commands to generate.