On 2018年07月07日 05:52, Raymond Yeung wrote:

Is there any installer that I could download along with the .hddimg (or .iso) image to the RAM, invoke the installer, so we could have a bootable image installed on a SSD?



Sorry for replying late

There is a target installer meta-anaconda in yocto, which is
derived from fedora's installer (anaconda)

Here is the README:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-anaconda/tree/README

//Hongxu


History:

I can already create USB live image with dd and .hddimg.  I could also dd the .hddimg onto SSD and make it bootable.  The problem is that I need multiple partitions on my 250MB SSD, some reserved for other purposes.


I find that when booting up with USB running SysLinux, I could install GRUB, vmlinuz, along with boot.img and core.img under /boot directory, and the rootFs under root (i.e. '/') directory.  That's 4 partitions.  I believe I could resize the largest partition after installation to do what I want.


Is there a way to do this manually, possibly with a utility or a shell script?


Thanks,

Raymond




-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to