Skip to content

Commit

Permalink
Remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Aug 2, 2017
1 parent 7b49a18 commit 6325ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

Expand Down

0 comments on commit 6325ce3

Please sign in to comment.