]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc-oci: remove unhelpful comment
authorFelix Abecassis <fabecassis@nvidia.com>
Fri, 1 Dec 2017 06:51:47 +0000 (22:51 -0800)
committerFelix Abecassis <fabecassis@nvidia.com>
Fri, 1 Dec 2017 06:51:47 +0000 (22:51 -0800)
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
templates/lxc-oci.in

index 1c7e0721f452b4e68b9f5a536c77f3242e01bb9c..8e6df1f5be5bfa1b9a011ca0f1e19465547c4f33 100755 (executable)
@@ -237,9 +237,7 @@ if [ -n "$OCI_USERNAME" ]; then
 fi
 skopeo copy ${skopeo_args[@]} "${OCI_URL}" "oci:${DOWNLOAD_TEMP}:latest"
 
-# Unpack the rootfs
 echo "Unpacking the rootfs"
-
 umoci_args=("")
 if [ -n "$LXC_MAPPED_UID" ] && [ "$LXC_MAPPED_UID" != "-1" ]; then
     umoci_args+=(--rootless)