Update / fix extroot comments
[project/fstools.git] / mount_root.c
index dffb0a6c48ee9d9581baba626359005c956f874d..ca2c31c3a9ed70fb22d90b5af92d59a9f406c392 100644 (file)
@@ -44,11 +44,7 @@ start(int argc, char *argv[1])
                mount("/dev/root", "/", NULL, MS_NOATIME | MS_REMOUNT, 0);
        }
 
-       /*
-        * Before trying to mount and use "rootfs_data" let's check if there is
-        * extroot configured. Following call will handle reading config from
-        * the "rootfs_data" on its own.
-        */
+       /* Check for extroot config in rootfs before even trying rootfs_data */
        extroot_prefix = "";
        if (!mount_extroot()) {
                ULOG_NOTE("switched to extroot\n");