From 4457a2607c6a9fc0a1d2935a3febee7f85e1a415 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Mar 2004 12:55:42 +0000 Subject: unmounting /sys is not needed (useful to have one less line displayed after "unmounting filesystems...") --- mdk-stage1/init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index ca2ce2c81..1125d2113 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -323,6 +323,7 @@ void unmount_filesystems(void) disallow_eject = 1; if (strcmp(fs[numfs].name, "/") && strcmp(fs[numfs].name, "/dev") + && strcmp(fs[numfs].name, "/sys") && strncmp(fs[numfs].name, "/proc", 5)) numfs++; } -- cgit v1.2.1