2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 02:22:31 +00:00

Fix ssh operation during install in installtodisk for el9

This commit is contained in:
Jarrod Johnson
2025-08-26 08:59:10 -04:00
parent 6be98c7e60
commit a6a57e8590

View File

@@ -5,6 +5,7 @@
# and existing mounts of image (to take advantage of caching)
mount -o bind /sys /sysroot/sys
mount -o bind /dev /sysroot/dev
mount -o bind /dev/pts /sysroot/dev/pts
mount -o bind /proc /sysroot/proc
mount -o bind /run /sysroot/run