Skip to content

Commit

Permalink
geninit: show config file in use with ((verbose))
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Jun 2, 2011
1 parent e08daf9 commit 62bee4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geninit
Expand Up @@ -238,6 +238,7 @@ __build_image() { # {{{
fi

(( dryrun )) && msg "Starting dry run: %s" "$kernver" || msg "Starting build: %s" "$kernver"
(( verbose )) && msg2 "using config file: %s" "$basedir$config"

# we always need the linker
file=$(readlink -e "$ld_so")
Expand Down

0 comments on commit 62bee4e

Please sign in to comment.