Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f66c1fd authored by Grant Likely's avatar Grant Likely Committed by Josh Boyer
Browse files

[POWERPC] bootwrapper: Allow wrapper script to execute verbosely



Allow wrapper script to print verbose progress when the V is set in the
environment.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Acked-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent e403149c
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,11 @@
#		(default ./arch/powerpc/boot)
#		(default ./arch/powerpc/boot)
# -W dir	specify working directory for temporary files (default .)
# -W dir	specify working directory for temporary files (default .)


# Allow for verbose output
if [ "$V" = 1 ]; then
    set -x
fi

# defaults
# defaults
kernel=
kernel=
ofile=zImage
ofile=zImage