mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Update to newer bootstrappable tcc snapshot.
This commit is contained in:
parent
c38a58e474
commit
f98161581c
8 changed files with 148 additions and 230 deletions
|
|
@ -125,7 +125,7 @@ def main():
|
|||
|
||||
# Arch validation
|
||||
if args.arch != "x86":
|
||||
raise ValueError("Only x86 is supported at the moment.")
|
||||
print("Only x86 is supported at the moment, other arches are for development only.")
|
||||
|
||||
# Tmp validation
|
||||
if args.bwrap and args.tmpfs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue