Revert "fstools: remove SELinux restorecon hack"
[project/fstools.git] / mount_root.c
index dffb0a6c48ee9d9581baba626359005c956f874d..d343909a9e0ccb6e898f57e1dd20500d7a400051 100644 (file)
@@ -44,13 +44,8 @@ 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.
-        */
-       extroot_prefix = "";
-       if (!mount_extroot()) {
+       /* Check for extroot config in rootfs before even trying rootfs_data */
+       if (!mount_extroot("")) {
                ULOG_NOTE("switched to extroot\n");
                return 0;
        }