From 063adb6c9fe2d0109249c04a128fc6d5758084ef Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Wed, 2 Aug 2017 15:09:31 -0700 Subject: [PATCH] Fix package name --- live/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/Makefile b/live/Makefile index 4ea8a92..976a4e6 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 pppd landscape-client + lxc exec $$(cat container) -- apt purge -y cloud-init ppp landscape-client lxc snapshot $$(cat container) $@ touch $@