2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-28 20:39:40 +00:00
confluent/confluent_osdeploy/el7/profiles/default/scripts
Jarrod Johnson 4df3fda8ea Change logging/display for RH oses
The pre and post phases are
desirable to see both in logs and consoles.

Unfortunately, anaconda cheaps out by using communicate(), which means
the logs are unwritten until the end.

Change by using bash's redirectiors
to create a dynamically updated logfile
and tail -f that.
2021-04-30 09:39:00 -04:00
..
firstboot.d Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
infiniband Fix mistakes in sample mofed post script 2021-03-04 13:30:00 -05:00
post.d Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
pre.d Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
add_local_repositories Have add_local_repositories by python2/3 agnostic 2020-08-07 09:55:37 -04:00
configbmc Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
firstboot.custom Add missing example custom files 2020-07-24 16:00:16 -04:00
firstboot.service Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
firstboot.sh Allow firstboot to reboot in RH postscripts 2021-04-29 09:20:24 -04:00
functions Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
getinstalldisk Recognize a different m.2 name 2020-10-06 09:36:12 -04:00
post.custom Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
post.sh Change logging/display for RH oses 2021-04-30 09:39:00 -04:00
pre.custom Fix inconsistencies between el7 and el8 2021-04-23 09:08:50 -04:00
pre.sh Change logging/display for RH oses 2021-04-30 09:39:00 -04:00
prechroot.sh Change logging/display for RH oses 2021-04-30 09:39:00 -04:00
setupssh.sh Fix setupssh.sh without ssh_config.d 2020-07-24 08:12:53 -04:00
syncfileclient Fix syncfiles for el7 2021-04-23 12:27:42 -04:00
tpm_luks.sh