mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix a typo in rootfs.py
This commit is contained in:
parent
2c8b29556b
commit
46a5773f66
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ def main():
|
|||
|
||||
# Tmp validation
|
||||
if args.bwrap and args.tmpfs:
|
||||
raise ValueError("tmpfs cannot be used writh bwrap.")
|
||||
raise ValueError("tmpfs cannot be used with bwrap.")
|
||||
|
||||
# bootstrap.cfg
|
||||
if args.bare_metal:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue