mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 18:07:30 +00:00
lxc-debian: make sure init is installed
init 1.34 is not "Essential" anymore, in order to make it not required on minimal chroots, docker containers, etc. Because of that we now need to manually include it on systems that are expected to boot. Signed-off-by: Antonio Terceiro <terceiro@debian.org>
This commit is contained in:
parent
f6578a7bb2
commit
3c39b0b7a2
@ -262,6 +262,7 @@ cleanup()
|
||||
download_debian()
|
||||
{
|
||||
packages=\
|
||||
init,\
|
||||
ifupdown,\
|
||||
locales,\
|
||||
libui-dialog-perl,\
|
||||
|
Loading…
Reference in New Issue
Block a user