Re: [RESEND PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-24 Thread Helen Mae Koike Fornazier
(from get_maintainers.pl script) +cc Wolfram Sang, Andrew Morton On Friday, February 24, 2023 11:04 -03, David Heidelberg wrote: > From: Stefan Hajnoczi > > Make it possible to boot directly from a virtiofs file system with tag > 'myfs' using the following kernel parameters: > > rootfstype=

[RESEND PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-24 Thread David Heidelberg
From: Stefan Hajnoczi Make it possible to boot directly from a virtiofs file system with tag 'myfs' using the following kernel parameters: rootfstype=virtiofs root=myfs rw Booting directly from virtiofs makes it possible to use a directory on the host as the root file system. This is conveni