diff --git a/container-package-arch.sh b/container-package-arch.sh index 870c400..e6ed745 100755 --- a/container-package-arch.sh +++ b/container-package-arch.sh @@ -1,3 +1,4 @@ #! /bin/sh # This works on my machine with my local packaging container. It will not work for you. +lxc exec package-arch --user 0 -- resolvectl dns eth0 172.16.0.128 lxc exec package-arch --user 1000 --cwd /pkg --env HOME=/home/avatar -- make package-arch diff --git a/container-package-fedora.sh b/container-package-fedora.sh index 5907a98..ad1f9e7 100755 --- a/container-package-fedora.sh +++ b/container-package-fedora.sh @@ -1,3 +1,4 @@ #! /bin/sh # This works on my machine with my local packaging container. It will not work for you. +lxc exec package-arch --user 0 -- resolvectl dns eth0 172.16.0.128 lxc exec package-fedora --user 1000 --cwd /pkg --env HOME=/home/avatar -- make package-fedora