-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zopen-promote ZOPEN_ROOTFS needs to be dynamic #39
Comments
The slight issue is that zopen-config itself needs to have some frame of reference as to where the ZOPEN_ROOTFS is to setup the infrastructure. It could calculate it from being located within an '/etc' directory. However... we don't currently state that zopen-config has to be located in that location (ZOPEN_ROOTFS/etc/zopen-config) but with the auto-updating when meta updates, it would be hard to allow it to be anywhere else [like if a user copies it to their $HOME, modifies it and then sources it from there to customize something]. |
Given that
Perhaps have a command that one runs from the newly mounted filesystem to update the Just looking for ways to make sure it works in this mode, which I suspect will be the norm. |
@MikeFultonDev 's blog post about sudo here links to some scripts of his that do just that... |
Nice - but this needs to be dynamic/automatic and not something each site needs to do manually. That script may be a good thing to incorporate. |
The
ZOPEN_ROOTFS
is statically defined and needs to be dynamic.For example
With the current process the
ZOPEN_ROOTFS
must be changed in thezopen-config
file. If dynamic then it won't :)The text was updated successfully, but these errors were encountered: