mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 20:55:10 +00:00
Don't install lxcguest in precise (and higher) releases
lxcguest is no longer needed, as precise should boot in a container un-modified. Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
a0c4a9fb93
commit
6880563d9d
@ -426,7 +426,8 @@ post_process()
|
||||
|
||||
if [ $trim_container -eq 1 ]; then
|
||||
trim $rootfs $release
|
||||
else
|
||||
elif [ $release = "lucid" -o $release = "maverick" -o $release = "natty" \
|
||||
-o $release = "oneiric" ]; then
|
||||
# for lucid and maverick, if not trimming, then add the ubuntu-virt
|
||||
# ppa and install lxcguest
|
||||
if [ $release = "lucid" -o $release = "maverick" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user