Hi, everyone! I'm using fastboot from lxc to flash image to device. I have link to archive of my image. How better operate with it? In lxc test download archive, unzip it to lxc, and flash it ? I've tried this option. And use lxc:/// url type. But I cant find it, can you suggest how to do it?
my job description : https://pastebin.com/LUmL6Qv3 and I see my downloads in lxc file system. I just removed other commands from job.
I understand,that it is wrong. I found in glossary http://59.144.98.45/static/docs/v2/glossary.html#term-lava-lxc-home But I cant connect path from lxc-container, and lxc:///
Please, help.
Ilya
On Sun, 27 Oct 2019 at 17:45, Ilya Fedusiv ilya.f@l4b-software.com wrote:
Hi, everyone! I'm using fastboot from lxc to flash image to device. I have link to archive of my image. How better operate with it? In lxc test download archive, unzip it to lxc, and flash it ? I've tried this option. And use lxc:/// url type. But I cant find it, can you suggest how to do it?
my job description : https://pastebin.com/LUmL6Qv3 and I see my downloads in lxc file system. I just removed other commands from job.
I understand,that it is wrong. I found in glossary http://59.144.98.45/static/docs/v2/glossary.html#term-lava-lxc-home But I cant connect path from lxc-container, and lxc:///
I think you're confusing namespaces here. lxc:// is used to manipulate files inside LXC container. So you only have access to lxc:// from within container. In your case this means namespace: tlc. You're trying to access and manipulate it from namespace: target. Try changing line 41 in your job definition to namespace: tlxc.
milosz
Please, help.
Ilya
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org