forked from Mirror/pmbootstrap
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:
parent
5b33eb7520
commit
e458b1fdbc
5 changed files with 15 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue