Skip to content

Commit

Permalink
build_chroot: Let eopkg handle system.base order
Browse files Browse the repository at this point in the history
Recent changes implies that baselayout should always get installed first.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Jun 29, 2024
1 parent ee1798c commit 277eb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ basicSetup () {
printInfo "${MSG}"
${eopkg_py3} remove-repo Solus -D "${SOLROOT}" || die "${MSG}"

MSG="Installing baselayout ..."
${eopkg_py3} install -y -D "${SOLROOT}" --ignore-safety --ignore-comar baselayout || die "${MSG}"
#MSG="Installing baselayout ..."
#${eopkg_py3} install -y -D "${SOLROOT}" --ignore-safety --ignore-comar baselayout || die "${MSG}"

# Since we're testing eopkg.py3 from a venv, let's use that instead for creating the root
#MSG="Installing packages to act as a seed for systemd-nspawn chroot runs ..."
Expand Down

0 comments on commit 277eb50

Please sign in to comment.