From 6325ce3b58a1f367dcd5b08f128ebf3cac01fad0 Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Wed, 2 Aug 2017 14:32:49 -0700 Subject: [PATCH] Remove unused packages --- live/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/Makefile b/live/Makefile index 93706c7..4ea8a92 100644 --- a/live/Makefile +++ b/live/Makefile @@ -34,7 +34,7 @@ container-init: container lxc exec $$(cat container) -- apt update lxc exec $$(cat container) -- apt upgrade -y lxc exec $$(cat container) -- apt install -y ubuntu-standard - lxc exec $$(cat container) -- apt purge -y cloud-init + lxc exec $$(cat container) -- apt purge -y cloud-init pppd landscape-client lxc snapshot $$(cat container) $@ touch $@