Set PODMAN_BUILD to zero when doing native bootstrap

This commit is contained in:
Jeremy Soller 2024-09-20 15:58:49 -06:00
parent 7a90961056
commit b6c5742da0
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

2
native_bootstrap.sh Normal file → Executable file
View file

@ -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