forked from neil/lxc-templates
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4899eb526e | ||
|
27df421530 |
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -19,6 +19,7 @@ templates_SCRIPTS = \
|
||||
lxc-pld \
|
||||
lxc-slackware \
|
||||
lxc-sshd \
|
||||
lxc-rocky \
|
||||
lxc-ubuntu \
|
||||
lxc-ubuntu-cloud \
|
||||
lxc-sparclinux \
|
||||
|
Loading…
Reference in New Issue
Block a user