From 376fd4e27f8d038bc66137801541e57727a22776 Mon Sep 17 00:00:00 2001 From: andersen Date: Sun, 6 Jan 2002 01:10:25 +0000 Subject: Oops. git-svn-id: svn://busybox.net/trunk/busybox@4028 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') 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-55-g6feb