Hello. I have to make squashfs image from install_root folder. The first idea was to modify mic/imager/fs.py and to add some param for that, but then I decided just to add some specific %post --nochroot section to .ks.
But according to my understanding %post --nochroot script executes inside bootstrap sandbox, thus any of the specific tool is not being seen. So, the question is: what is the good way to execute tool which does not exist in bootstrap, but exists on the host? I even can't follow my first plan: add specific param to fs.py, because the whole mic is chrooted to bootstrap folder, so again mksquashfs tool will be invisible. Please, advise some proper way. -- Roman _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
