Don't fatal_error if required mounts are already mounted
Change loader/init.c so it doesn't bother checking the return value
of mount(). Instead it just checks to see if the mount functions as
expected - for example, after mounting /proc it checks to see if
/proc/cmdline exists.
---
loader/init.c | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/loader/init.c b/loader/init.c
index 39bade0..f823acd 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -569,7 +569,8 @@ int main(int argc, char **argv) {
printf("anaconda installer init version %s starting
", VERSION);