Skip to content

Commit

Permalink
Merge pull request #21 from ch-stark/selinux
Browse files Browse the repository at this point in the history
comment disableselinux
  • Loading branch information
rlopez133 committed Dec 6, 2019
2 parents 2bf3f42 + 89e4c32 commit ad7d5f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion baremetal-prep/baremetal-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ howto(){
echo "Example: ./baremetal-prep.sh -p ens3 -b ens4 -d -g -m"
}

#disabled, might be removed at a later stage
disable_selinux(){
echo -n "Disabling selinux..."
sudo setenforce permissive >/dev/null 2>&1
Expand Down Expand Up @@ -221,7 +222,7 @@ fi
setup_env
existing_install_config
install_depends
disable_selinux
#disable_selinux
setup_default_pool
setup_bridges
if ([ "$GENERATEINSTALLCONF" -eq "1" ]) then
Expand Down

0 comments on commit ad7d5f7

Please sign in to comment.