Skip to content

Commit

Permalink
Changes needed to use crossbuilder on manjaro
Browse files Browse the repository at this point in the history
- If no 'dpkg' command found, try to determine host architecture using
  other metod(s).
- Don't check for 'dpkg-architecture' command at beginning. Run the
  command in container, if missing.
- Don't check for 'dpkg-parsechangelog' command at beginning. Run the
  command in container or replace it by using grep+sed, if missing.
- Run lxd daemon at startup, if not running.
- Use current user/group id in lxd subuid/subgid setup & assurance.
- If not 'apt' found, check for 'pacman' and use if present.
- If container is missing network access, try to apply 'dhclient' hack.
  and then check again for network.
  • Loading branch information
jezek committed Sep 26, 2021
1 parent 15fb20a commit 3468b22
Showing 1 changed file with 233 additions and 36 deletions.
Loading

0 comments on commit 3468b22

Please sign in to comment.