Don't remove udev on jessie containers as this tries to remove systemd, which fails

This commit is contained in:
Zachary Seguin 2015-10-24 01:32:23 -04:00
parent 6f8ff9ea47
commit 1810dcc176
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ if @machine {
# container (virtual server)
if @container {
remove udev initramfs-tools pm-utils radeontool acpid ntp;
remove initramfs-tools pm-utils radeontool acpid ntp @!jessie udev;
};
if @auth-core {