Merge pull request #6849 from GabyCT/topic/fixtabs

osbuilder: Fix indentation in rootfs.sh
This commit is contained in:
GabyCT 2023-05-16 16:47:09 -06:00 committed by GitHub
commit e0e46de12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,11 +207,11 @@ docker_extra_args()
args+=" -v ${gentoo_local_portage_dir}:/usr/portage/packages"
args+=" --volumes-from ${gentoo_portage_container}"
;;
debian | ubuntu | suse)
debian | ubuntu | suse)
source /etc/os-release
case "$ID" in
fedora | centos | rhel)
fedora | centos | rhel)
# Depending on the podman version, we'll face issues when passing
# `--security-opt apparmor=unconfined` on a system where not apparmor is not installed.
# Because of this, let's just avoid adding this option when the host OS comes from Red Hat.