Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Mount /sys and /proc inside container to get rid of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Apacelus committed Nov 21, 2023
1 parent f97231a commit 238b7c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_rpm-ostree_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

dnf install -y ostree rpm-ostree git

# rpm-ostree will throw errors about /proc and /sys not being mounted -> mount them
mount -t proc proc /proc
mount -t sysfs sys /sys

# download the standard ostree configs
git clone --branch="f39" --depth=1 https://pagure.io/workstation-ostree-config.git

Expand Down

0 comments on commit 238b7c0

Please sign in to comment.