Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199562
b: refs/heads/master
c: b834193
h: refs/heads/master
v: v3
  • Loading branch information
Jason Gunthorpe authored and Michal Marek committed Mar 23, 2010
1 parent 9939797 commit f295dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da6df879b9f88d2224174a9e4e76dc0e42e47ebc
refs/heads/master: b83419363eff1535309df97a4bf319c42d900a9c
3 changes: 2 additions & 1 deletion trunk/scripts/gen_initramfs_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ input_file() {
print_mtime "$1" >> ${output}
cat "$1" >> ${output}
else
echo "$1 \\"
cat "$1" | while read type dir file perm ; do
if [ "$type" == "file" ]; then
echo "$file \\";
Expand Down Expand Up @@ -231,7 +232,7 @@ arg="$1"
case "$arg" in
"-l") # files included in initramfs - used by kbuild
dep_list="list_"
echo "deps_initramfs := \\"
echo "deps_initramfs := $0 \\"
shift
;;
"-o") # generate compressed cpio image named $1
Expand Down

0 comments on commit f295dbd

Please sign in to comment.