diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-01-05 16:41:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 16:41:13 +0100 |
| commit | 5b58f6a7f8a4e10b1d67286928939044fa8258dc (patch) | |
| tree | 7f78726459b052743d31327e243dd9c768214bf7 /utils/lib.sh | |
| parent | 5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a (diff) | |
| parent | 89e6ba5af72041361acf916294fc5d13741098cc (diff) | |
Merge pull request #2435 from return42/fix-lxc-env
[LXC] replace ubu1910 image by ubu2010 image
Diffstat (limited to 'utils/lib.sh')
| -rwxr-xr-x | utils/lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lib.sh b/utils/lib.sh index 83dd75077..8ae6bdd44 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -1429,9 +1429,9 @@ lxc_install_base_packages() { lxc_image_copy() { - # usage: lxc_copy_image <remote image> <local image> + # usage: lxc_image_copy <remote image> <local image> # - # lxc_copy_image "images:ubuntu/19.10" "ubu1910" + # lxc_image_copy "images:ubuntu/20.04" "ubu2004" if lxc_image_exists "local:${LXC_SUITE[i+1]}"; then info_msg "image ${LXC_SUITE[i]} already copied --> ${LXC_SUITE[i+1]}" |