Package: lxc
Version: 0.9.0~alpha3-2
Severity: wishlist
Tags: patch
The default suite used by lxc to generate a container is currently
Squeeze in Jessie. I believe it would be better if this was Jessie,
to make sure the stable release is used when jessie is released.
Also the default mirror is cdn.debian.net, while I believe
http.debian.net is generally assumed to do a better job at picking a
good mirror.
I suggest to change the defaults in
/usr/share/lxc/templates/lxc-debian like this:
--- /usr/share/lxc/templates/lxc-debian 2013-08-17 16:36:27.000000000 +0100
+++ lxc-debian 2013-10-02 13:16:26.668861000 +0100
@@ -20,8 +20,8 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-SUITE=${SUITE:-squeeze}
-MIRROR=${MIRROR:-http://cdn.debian.net/debian}
+SUITE=${SUITE:-jeesie}
+MIRROR=${MIRROR:-http://http.debian.net/debian}
configure_debian()
{
It would be great if a similar fix was done in wheezy, setting the
default SUITE to wheezy.
--
Happy hacking
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]