Skip to content

Commit

Permalink
Set PODMAN_BUILD to zero when doing native bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Sep 20, 2024
1 parent 7a90961 commit b6c5742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native_bootstrap.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,8 @@ boot()
{
echo "Cloning gitlab repo..."
git clone https://gitlab.redox-os.org/redox-os/redox.git --origin upstream --recursive
echo "Creating .config with PODMAN_BUILD=0"
echo 'PODMAN_BUILD?=0' > redox/.config
echo "Cleaning up..."
rm bootstrap.sh
echo
Expand Down

0 comments on commit b6c5742

Please sign in to comment.