mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Apply yum fixes once changes are opk
This commit is contained in:
committed by
William Wernert
parent
b67229783b
commit
4c837c7d15
@@ -429,7 +429,6 @@ if (whiptail_you_sure) ; then
|
|||||||
[[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics
|
[[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics
|
||||||
whiptail_management_server
|
whiptail_management_server
|
||||||
whiptail_master_updates
|
whiptail_master_updates
|
||||||
set_updates
|
|
||||||
whiptail_homenet_sensor
|
whiptail_homenet_sensor
|
||||||
whiptail_sensor_config
|
whiptail_sensor_config
|
||||||
# Calculate lbprocs so we can call it in the prompts
|
# Calculate lbprocs so we can call it in the prompts
|
||||||
@@ -443,6 +442,7 @@ if (whiptail_you_sure) ; then
|
|||||||
whiptail_basic_suri
|
whiptail_basic_suri
|
||||||
fi
|
fi
|
||||||
whiptail_make_changes
|
whiptail_make_changes
|
||||||
|
set_updates
|
||||||
set_hostname
|
set_hostname
|
||||||
clear_master
|
clear_master
|
||||||
if [ $install_type == iso ]; then
|
if [ $install_type == iso ]; then
|
||||||
@@ -703,7 +703,6 @@ if (whiptail_you_sure) ; then
|
|||||||
if [ $install_type == 'SEARCHNODE' ] || [ $install_type == 'PARSINGNODE' ] || [ $install_type == 'HOTNODE' ] || [ $install_type == 'WARMNODE' ]; then
|
if [ $install_type == 'SEARCHNODE' ] || [ $install_type == 'PARSINGNODE' ] || [ $install_type == 'HOTNODE' ] || [ $install_type == 'WARMNODE' ]; then
|
||||||
whiptail_management_server
|
whiptail_management_server
|
||||||
whiptail_master_updates
|
whiptail_master_updates
|
||||||
set_updates
|
|
||||||
set_defaul_log_size
|
set_defaul_log_size
|
||||||
CURCLOSEDAYS=30
|
CURCLOSEDAYS=30
|
||||||
es_heapsize
|
es_heapsize
|
||||||
@@ -727,6 +726,7 @@ if (whiptail_you_sure) ; then
|
|||||||
LSINPUTBATCHCOUNT=125
|
LSINPUTBATCHCOUNT=125
|
||||||
fi
|
fi
|
||||||
whiptail_make_changes
|
whiptail_make_changes
|
||||||
|
set_updates
|
||||||
set_hostname
|
set_hostname
|
||||||
clear_master
|
clear_master
|
||||||
if [ $install_type == iso ]; then
|
if [ $install_type == iso ]; then
|
||||||
@@ -792,7 +792,6 @@ if (whiptail_you_sure) ; then
|
|||||||
[[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics
|
[[ $SKIP_BOND != 'yes' ]] && whiptail_bond_nics
|
||||||
whiptail_management_server
|
whiptail_management_server
|
||||||
whiptail_master_updates
|
whiptail_master_updates
|
||||||
set_updates
|
|
||||||
whiptail_homenet_sensor
|
whiptail_homenet_sensor
|
||||||
whiptail_sensor_config
|
whiptail_sensor_config
|
||||||
# Calculate lbprocs so we can call it in the prompts
|
# Calculate lbprocs so we can call it in the prompts
|
||||||
@@ -829,6 +828,7 @@ if (whiptail_you_sure) ; then
|
|||||||
LSINPUTBATCHCOUNT=125
|
LSINPUTBATCHCOUNT=125
|
||||||
fi
|
fi
|
||||||
whiptail_make_changes
|
whiptail_make_changes
|
||||||
|
set_updates
|
||||||
set_hostname
|
set_hostname
|
||||||
clear_master
|
clear_master
|
||||||
if [ $install_type == iso ]; then
|
if [ $install_type == iso ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user