Chen Hanxiao
2016-Jul-21 09:43 UTC
[Libguestfs] [PATCH supermin] supermin: update out-dated comments
From: Chen Hanxiao <chenhanxiao@gmail.com> ext2initrd.c belongs to supermin4. Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com> --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init.c b/init/init.c index 5ac53e9..fa9460d 100644 --- a/init/init.c +++ b/init/init.c @@ -138,7 +138,7 @@ main () /* XXX Because of the way we construct the module list, the * "modules" file can contain non-existent modules. Ignore those * for now. Really we should add them as missing dependencies. - * See ext2initrd.c:ext2_make_initrd(). + * See src/ext2_initrd.ml. */ if (access (line, R_OK) == 0) insmod (line); -- 1.8.3.1
Pino Toscano
2016-Jul-21 10:28 UTC
Re: [Libguestfs] [PATCH supermin] supermin: update out-dated comments
On Thursday, 21 July 2016 17:43:31 CEST Chen Hanxiao wrote:> From: Chen Hanxiao <chenhanxiao@gmail.com> > > ext2initrd.c belongs to supermin4. > > Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com> > ---LGTM, pushed. Thanks, -- Pino Toscano
Seemingly Similar Threads
- plug leaks in febootstrap
- [PATCH RFC supermin] ext2_initrd: error out if we can't add anything
- [PATCH 1/4] febootstrap: Look for insmod.static, mke2fs in /sbin
- [PATCH 1/3] febootstrap/helper/init: make sure /proc is mounted into chroot.
- Re: [PATCH RFC supermin] ext2_initrd: error out if we can't add anything