CONTAINER_OS=$(echo $CONTAINER_NAME | sed 's/^.*\.\([^\.]*\)$/\1/')
CONTAINER_BASENAME=$(basename $CONTAINER_NAME .$CONTAINER_OS)
case "$CONTAINER_OS" in
+ "f30")
+ DNF_RELEASEVER=30
+ PREV_CONTAINER_OS="f29"
+ ;;
"f29")
DNF_RELEASEVER=29
PREV_CONTAINER_OS="f28"
;;
- "f28")
- DNF_RELEASEVER=28
- PREV_CONTAINER_OS="f27"
- ;;
*)
echo "Unknown operating system: $CONTAINER_OS" >&2
exit 1
name=Fedora $releasever - $basearch - Updates
baseurl=http://store.usr.user.hu/linux/fedora/updates/$releasever/Everything/$basearch/
gpgcheck=0
-excludepkgs=dbus*
--- /dev/null
+lxc.lxcpath = /lxc/containers
+++ /dev/null
-#BASE_PACKAGES="NetworkManager initscripts openssh-server openssh-clients openssh-ldap rootfiles rsyslog sudo tar vim-minimal"
-#SPEC_PACKAGES="authselect bind bind-utils openldap-clients nss-pam-ldapd pam_ssh passwd"
-BASE_PACKAGES="NetworkManager initscripts rootfiles rsyslog tar"
-SPEC_PACKAGES="bind bind-utils"
--- /dev/null
+BASE_PACKAGES="NetworkManager initscripts rootfiles rsyslog tar"
+SPEC_PACKAGES="bind bind-utils"