You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-apps/calculate-toolkit/files/calculate-toolkit-0.3.0-cdc...

15 lines
222 B

diff --git a/cl-lxc b/cl-lxc
index 0a32014..8096f72 100755
--- a/cl-lxc
+++ b/cl-lxc
@@ -243,6 +243,9 @@ set_vars(){
CCS|ccs)
lxc_distro=CCS
;;
+ CDC|cdc)
+ lxc_distro=CDC
+ ;;
CCG|ccg)
lxc_distro=CCG
;;