Hi Jing,
Busybox is a standalone statically linked bash env.
You can download the source from here:
https://busybox.net/downloads/
Or you can just download and copy it to your /usr/sbin :
https://busybox.net/downloads/binaries/
The script is creating a runtime filesystem for your guest.
Its linki
On 4/4/2018 5:45 PM, Stefan Hajnoczi wrote:
On Wed, Mar 28, 2018 at 07:25:21PM +0800, Liu, Jing2 wrote:
On 3/26/2018 6:12 PM, Liu, Jing2 wrote:
Hi Stefan,
Thank you very much for the response! It truly gave me much help.
On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote:
[...]
Could you give m
On Wed, Mar 28, 2018 at 07:25:21PM +0800, Liu, Jing2 wrote:
> On 3/26/2018 6:12 PM, Liu, Jing2 wrote:
> > Hi Stefan,
> >
> > Thank you very much for the response! It truly gave me much help.
> >
> > On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote:
> [...]
> > > > Could you give me some help and than
On 3/26/2018 6:12 PM, Liu, Jing2 wrote:
Hi Stefan,
Thank you very much for the response! It truly gave me much help.
On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote:
[...]
Could you give me some help and thanks in advance!
Here is a script that launches nfsd and runs a guest:
https://github.
Hi Stefan,
Thank you very much for the response! It truly gave me much help.
On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote:
On Fri, Mar 23, 2018 at 05:54:53PM +0800, Liu, Jing2 wrote:
I am currently trying to use nfs-vsocks on x86 for vitural machine
filesystem by some manuals on
https://www.sp
On Fri, Mar 23, 2018 at 05:54:53PM +0800, Liu, Jing2 wrote:
> I am currently trying to use nfs-vsocks on x86 for vitural machine
> filesystem by some manuals on
> https://www.spinics.net/lists/linux-nfs/msg64563.html
> and https://lwn.net/Articles/647516/
>
> It tells the quickstart steps with the
Hello,
I am currently trying to use nfs-vsocks on x86 for vitural machine
filesystem by some manuals on
https://www.spinics.net/lists/linux-nfs/msg64563.html
and https://lwn.net/Articles/647516/
It tells the quickstart steps with the following codes but I got some
problems as listed.
* Lin