commit 5083b0361a9096944671668922a504b16e426266 parent c4f04b213e1b40b5faa5ecc6f2d314b48e756559 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Thu, 19 Jun 2014 19:06:09 +0200 pass in shorter FS label Diffstat:
| M | zsh-functions/confz_vserver_init | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/zsh-functions/confz_vserver_init b/zsh-functions/confz_vserver_init @@ -60,8 +60,9 @@ confz_vserver_check() { [[ -h ${vars[etcdir]}/vdir ]] || ret=1 require mounted_volume :size :filesystem \ - lv_name=vs_${vars[name]} \ - mountpoint=${vars[vdir]} + lv_name=vs_$vars[name] \ + label=$vars[name] \ + mountpoint=$vars[vdir] require deployed_system :source path=${vars[vdir]}