From 45bc844d8540775dc7b2f177598b45a2c0730c78 Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Tue, 20 Dec 2022 20:20:42 -0800 Subject: [PATCH] Set PODMAN_BUILD=1 in .config --- podman_bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman_bootstrap.sh b/podman_bootstrap.sh index ced6d21..d33f86e 100755 --- a/podman_bootstrap.sh +++ b/podman_bootstrap.sh @@ -423,6 +423,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=1" + echo 'PODMAN_BUILD?=1' > redox/.config echo "Cleaning up..." rm podman_bootstrap.sh echo @@ -430,6 +432,7 @@ boot() echo "Well it looks like you are ready to go!" echo "---------------------------------------" statusCheck + echo "The file redox/.config was created with PODMAN_BUILD=1." echo "Run the following commands to build redox using Podman:" echo echo "cd redox" @@ -438,7 +441,6 @@ boot() MAKE="gmake" echo "kldload fuse.ko # This loads the kernel module for fuse" fi - echo "export PODMAN_BUILD=1" echo "$MAKE all" echo "$MAKE virtualbox or qemu" echo