2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Notation on untethered option

This commit is contained in:
Jarrod Johnson 2021-06-11 16:18:59 -04:00
parent f565030087
commit 25f65a278f

View File

@ -190,6 +190,10 @@ done
confluent_mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg| awk '{print $2}')
confluent_urls="$confluent_urls https://$confluent_mgr/confluent-public/os/$confluent_profile/rootimg.sfs"
mkdir -p /mnt/remoteimg /mnt/remote /mnt/overlay
# if untethered
# offer alternative to urlmount here, download and mount it if the
# user wants to expend ram to be untethered, proc/cmdline to configure
# else
/opt/confluent/bin/urlmount $confluent_urls /mnt/remoteimg
mount -o loop,ro /mnt/remoteimg/*.sfs /mnt/remote
#mount -t tmpfs overlay /mnt/overlay