Commit 279354fc by Stéphane Graber Committed by GitHub

Merge pull request #1064 from terceiro/fix-wheezy

lxc-debian: fix regression when creating wheezy containers
parents 60cfbd8a f95776df
...@@ -296,8 +296,16 @@ cleanup() ...@@ -296,8 +296,16 @@ cleanup()
download_debian() download_debian()
{ {
case "$release" in
wheezy)
init=sysvinit
;;
*)
init=init
;;
esac
packages=\ packages=\
init,\ $init,\
ifupdown,\ ifupdown,\
locales,\ locales,\
libui-dialog-perl,\ libui-dialog-perl,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment