From e79950d93af06b735b86548120dc60b2c5be6ee0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 May 2004 08:34:50 +0000 Subject: instead of keeping stage1 (mostly as temporary space but with a fixed size, and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove) --- mdk-stage1/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/init.c') diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 1125d2113..8d9035b33 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -322,6 +322,7 @@ void unmount_filesystems(void) if (!strcmp(fs[numfs].fs, "nfs")) disallow_eject = 1; if (strcmp(fs[numfs].name, "/") + && !strstr(fs[numfs].dev, "ram") && strcmp(fs[numfs].name, "/dev") && strcmp(fs[numfs].name, "/sys") && strncmp(fs[numfs].name, "/proc", 5)) -- cgit v1.2.1