mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Fixed -b
This commit is contained in:
parent
1d6feff327
commit
926ffa1d34
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ EXCLUDE_CONNMAN=0
|
|||
QUIET=0
|
||||
|
||||
# reads options:
|
||||
while getopts ':t:sqc' flag; do
|
||||
while getopts ':t:sqcb' flag; do
|
||||
case "${flag}" in
|
||||
t)
|
||||
TARGET="$OPTARG"
|
||||
|
@ -104,7 +104,7 @@ fi
|
|||
|
||||
if [ ${EXCLUDE_BOOT} -eq 1 ]
|
||||
then
|
||||
EXCLUDES+=" --exclude=$boot/*"
|
||||
EXCLUDES+=" --exclude=boot/*"
|
||||
fi
|
||||
|
||||
# Generic tar options:
|
||||
|
|
Loading…
Reference in a new issue