Add --offline flag

Allow working offline with pmbootstrap, as long as all packages that
are being used have already been downloaded.
This commit is contained in:
Oliver Smith 2018-09-30 03:53:55 +02:00
parent 5b33eb7520
commit e458b1fdbc
5 changed files with 15 additions and 1 deletions

View file

@ -115,7 +115,8 @@ def add_cache(args):
"apk_min_version_checked": [],
"apk_repository_list_updated": [],
"built": {},
"find_aport": {}})
"find_aport": {},
"offline_msg_shown": False})
def add_deviceinfo(args):