From 27df4215309382530520e678ae6d73dd790c5a0b Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 4 Aug 2022 11:17:17 -0400 Subject: [PATCH] actually patch --- config/Makefile.am | 5 ++++- templates/Makefile.am | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 \