Set PODMAN_BUILD to zero when doing native bootstrap
This commit is contained in:
parent
7a90961056
commit
b6c5742da0
2
native_bootstrap.sh
Normal file → Executable file
2
native_bootstrap.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue