Compare commits

...

2 Commits

Author SHA1 Message Date
Neil Hanlon
4899eb526e
Add rocky to configure.ac 2022-08-06 10:28:40 -04:00
Neil Hanlon
27df421530
actually patch 2022-08-04 11:17:17 -04:00
4 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -27,6 +27,7 @@ if test "z$with_distro" = "z"; then
AC_CHECK_FILE(/etc/oracle-release,with_distro="oracle")
AC_CHECK_FILE(/etc/sparclinux-release,with_distro="sparclinux")
AC_CHECK_FILE(/etc/centos-release,with_distro="centos")
AC_CHECK_FILE(/etc/rocky-release,with_distro="rocky")
AC_CHECK_FILE(/etc/fedora-release,with_distro="fedora")
AC_CHECK_FILE(/etc/SuSE-release,with_distro="suse")
AC_CHECK_FILE(/etc/gentoo-release,with_distro="gentoo")
@ -54,7 +55,7 @@ case $with_distro in
ubuntu|raspbian)
distrosysconf="$sysconfdir/default"
;;
redhat|centos|fedora|oracle|oracleserver|sparclinux|altlinux|suse|opensuse*|plamo|pld)
redhat|centos|rocky|fedora|oracle|oracleserver|sparclinux|altlinux|suse|opensuse*|plamo|pld)
distrosysconf="$sysconfdir/sysconfig"
;;
*)
@ -183,6 +184,8 @@ AC_CONFIG_FILES([
config/ubuntu.lucid.conf
config/ubuntu.userns.conf
config/openwrt.common.conf
config/rocky.common.conf
config/rocky.userns.conf
config/sparclinux.common.conf
config/sparclinux.userns.conf
config/voidlinux.common.conf
@ -209,6 +212,7 @@ AC_CONFIG_FILES([
templates/lxc-pld
templates/lxc-slackware
templates/lxc-sshd
templates/lxc-rocky
templates/lxc-ubuntu
templates/lxc-ubuntu-cloud
templates/lxc-sparclinux

View File

@ -19,6 +19,7 @@ templates_SCRIPTS = \
lxc-pld \
lxc-slackware \
lxc-sshd \
lxc-rocky \
lxc-ubuntu \
lxc-ubuntu-cloud \
lxc-sparclinux \