[Libguestfs] [PATCH supermin] supermin: update out-dated comments

Chen Hanxiao chen_han_xiao at 126.com
Thu Jul 21 09:43:31 UTC 2016


From: Chen Hanxiao <chenhanxiao at gmail.com>

ext2initrd.c belongs to supermin4.

Signed-off-by: Chen Hanxiao <chenhanxiao at 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





More information about the Libguestfs mailing list