forked from Mirror/pmbootstrap
pmb.kconfig: refactor to remove args (MR 2346)
Co-authored-by: Stefan Hansson <newbyte@postmarketos.org> Closes https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2402
This commit is contained in:
parent
4f3ede3329
commit
afb036da0d
7 changed files with 155 additions and 106 deletions
|
@ -191,7 +191,7 @@ def chroot(args: PmbArgs) -> None:
|
|||
# Xauthority
|
||||
env = {}
|
||||
if args.xauth:
|
||||
pmb.chroot.other.copy_xauthority(args)
|
||||
pmb.chroot.other.copy_xauthority(chroot)
|
||||
env["DISPLAY"] = os.environ.get("DISPLAY")
|
||||
env["XAUTHORITY"] = "/home/pmos/.Xauthority"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue