diff --git a/config/Makefile.am b/config/Makefile.am index 76fd2e7..7e3bd4e 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -38,4 +38,7 @@ templatesconfig_DATA = \ voidlinux.common.conf \ voidlinux.userns.conf \ sabayon.common.conf \ - sabayon.userns.conf + sabayon.userns.conf \ + rocky.common.conf \ + rocky.userns.conf + diff --git a/templates/Makefile.am b/templates/Makefile.am index b885433..9d91753 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -19,6 +19,7 @@ templates_SCRIPTS = \ lxc-pld \ lxc-slackware \ lxc-sshd \ + lxc-rocky \ lxc-ubuntu \ lxc-ubuntu-cloud \ lxc-sparclinux \