From 038cbc74429f8c3c74a505314bc3eca5b44c342c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 6 Jan 2002 01:10:25 +0000 Subject: Oops. --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/init.c') diff --git a/init/init.c b/init/init.c index 857fa380d..79a748454 100644 --- a/init/init.c +++ b/init/init.c @@ -615,7 +615,7 @@ static void check_memory(void) #if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__) if (stat("/etc/fstab", &statBuf) == 0) { /* swapon -a requires /proc typically */ - waitfor("/bin/mount -t proc /proc", console, FALSE); + waitfor("/bin/mount -t proc proc /proc", console, FALSE); /* Try to turn on swap */ waitfor("/sbin/swapon -a", console, FALSE); if (check_free_memory() < 1000) -- cgit v1.2.3