2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-21 08:33:23 +00:00

Fix missing mounts for ubuntu cloned install

This commit is contained in:
Jarrod Johnson
2026-05-28 17:32:37 -04:00
parent ac11ff405e
commit 223ae16892
@@ -4,7 +4,9 @@
# provide both access to image (for parsing metadata)
# and existing mounts of image (to take advantage of caching)
mount -o bind /sys /sysroot/sys
mount -o bind /sys/firmware/efi/efivars /sysroot/sys/firmware/efi/efivars
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