From 409be11feffa08faee79027395314ba923c71575 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 4 Feb 2012 14:07:47 +0100 Subject: [PATCH] proc mount stuff --- input/howto/dchroot.creole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/howto/dchroot.creole b/input/howto/dchroot.creole index a543ac4..044888c 100644 --- a/input/howto/dchroot.creole +++ b/input/howto/dchroot.creole @@ -95,7 +95,7 @@ EOF apt-get update && apt-get upgrade # # *) - mount /proc && debfoster && umount /proc + mount -t proc none /proc && debfoster ; umount /proc # # *) # exit the chroot -- 2.20.1