From 1810dcc176d083d16ab4243711d67536b59c927f Mon Sep 17 00:00:00 2001 From: Zachary Seguin Date: Sat, 24 Oct 2015 01:32:23 -0400 Subject: [PATCH] Don't remove udev on jessie containers as this tries to remove systemd, which fails --- packages.ia | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.ia b/packages.ia index 1a091e5..0430479 100644 --- a/packages.ia +++ b/packages.ia @@ -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 { @@ -476,7 +476,7 @@ if @X { # office install scribus gimp xfig dia inkscape; install libreoffice/openoffice.org; - + # messaging install pidgin pidgin-otr empathy;