From 7a4f5c0340377e78859b02098a5c84e4ab621ad1 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 10 May 2000 18:40:52 +0000 Subject: removed devfs crap which never should have made it to cvs --- loader/init.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'loader/init.c') diff --git a/loader/init.c b/loader/init.c index 944a19745..cf84790d8 100644 --- a/loader/init.c +++ b/loader/init.c @@ -476,12 +476,6 @@ int main(int argc, char **argv) { printf("Red Hat install init version %s starting\n", VERSION); -printf("Unmounting devfs... "); -if (umount("/dev")) { - printf("failed: %d", errno); -} -printf("done\n"); - printf("mounting /proc filesystem... "); if (!testing) { if (mount("/proc", "/proc", "proc", 0, NULL)) -- cgit