Enable Podman by default
This commit is contained in:
parent
9f8a6e02e9
commit
56b3efa7b6
|
@ -30,7 +30,7 @@ HOST_CARGO=env -u RUSTUP_TOOLCHAIN -u CC -u TARGET cargo
|
||||||
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
|
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
|
||||||
REDOXFS_MKFS_FLAGS?=
|
REDOXFS_MKFS_FLAGS?=
|
||||||
## Set to 1 to enable Podman build, any other value will disable it
|
## Set to 1 to enable Podman build, any other value will disable it
|
||||||
PODMAN_BUILD?=0
|
PODMAN_BUILD?=1
|
||||||
## The containerfile to use for the Podman base image
|
## The containerfile to use for the Podman base image
|
||||||
CONTAINERFILE?=podman/redox-base-containerfile
|
CONTAINERFILE?=podman/redox-base-containerfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue