2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00

Further address EL7/RHV peculiarities

EL7 tends to skip the initqueue. Hook finished to
prevent that.
This commit is contained in:
Jarrod Johnson 2020-06-18 15:26:35 -04:00
parent ad5faf144e
commit 5b605aa9d7
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
[ -e /tmp/confluent.initq ]

View File

@ -56,5 +56,5 @@ run_remote_python getinstalldisk
if [ -e /tmp/installdisk ]; then
echo clearpart --all --initlabel >> /tmp/partitioning
echo ignoredisk --only-use $(cat /tmp/installdisk) >> /tmp/partitioning
echo autopart --nohome $LUKSPARTY >> /tmp/partitioning
echo autopart --type=thinp --nohome $LUKSPARTY >> /tmp/partitioning
fi