Re: [yocto] Any Linux/Yocto Image Installer (for target system)

2018-08-27 Thread Hongxu Jia
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 yoct

Re: [yocto] Any Linux/Yocto Image Installer (for target system)

2018-07-09 Thread Raymond Yeung
2 AM To: Raymond Yeung Cc: yocto@yoctoproject.org Subject: Re: [yocto] Any Linux/Yocto Image Installer (for target system) The relevant recipes are in meta/recipes-core/initrdscripts/. Ross On 9 July 2018 at 04:10, Raymond Yeung mailto:rksye...@hotmail.com>> wrote: This brings up the next

Re: [yocto] Any Linux/Yocto Image Installer (for target system)

2018-07-09 Thread Burton, Ross
> *To:* Raymond Yeung > *Cc:* yocto@yoctoproject.org > *Subject:* Re: [yocto] Any Linux/Yocto Image Installer (for target system) > > The easiest thing would be to edit the installer script that goes into > the hddimg to create your extra partitions and whatever else you want &

Re: [yocto] Any Linux/Yocto Image Installer (for target system)

2018-07-08 Thread Raymond Yeung
dd one or more partitions to it as well. From: Burton, Ross Sent: Saturday, July 7, 2018 3:39 PM To: Raymond Yeung Cc: yocto@yoctoproject.org Subject: Re: [yocto] Any Linux/Yocto Image Installer (for target system) The easiest thing would be to edit the installer script that g

Re: [yocto] Any Linux/Yocto Image Installer (for target system)

2018-07-07 Thread Burton, Ross
The easiest thing would be to edit the installer script that goes into the hddimg to create your extra partitions and whatever else you want done. Ross On 6 July 2018 at 22:52, Raymond Yeung wrote: > Is there any installer that I could download along with the .hddimg (or > .iso) image to the RAM

Re: [yocto] Any Linux/Yocto Image Installer (for target system)

2018-07-07 Thread Raymond Yeung
I tried poky/scripts/contrib/mkefidisk.sh. It showed promised as 3 primary partitions are created on my SSD instead of just 1 when I used dd to write .hddimg. However, I ran into a number of failures when I ran this script: 1. mktemp fails, as the .sh uses 3 "X" instead of 6 "X" as temporary

[yocto] Any Linux/Yocto Image Installer (for target system)

2018-07-06 Thread Raymond Yeung
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? History: I can already create USB live image with dd and .hddimg. I could also dd the .hddimg onto SSD and make it boota