mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Merge pull request #201 from doraskayo/musl-libdir-triplet
Rename /usr/lib/musl to /usr/lib/i386-unknown-linux-musl
This commit is contained in:
commit
ac010bc1a0
54 changed files with 139 additions and 136 deletions
|
|
@ -113,7 +113,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