Don't rebuild Linux and QEMU by default, add -t flag for that, split README intro

This commit is contained in:
Ciro Santilli
2017-07-09 12:02:58 +01:00
parent 10d84a2d54
commit a6b487c22c
3 changed files with 47 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ kgdb=false
nographic=false
extra_append=''
extra_flags=''
while getopts a:de:knq OPT; do
while getopts a:de:knqt: OPT; do
case "$OPT" in
a)
arch="$OPTARG"