Re: Chroot bug

From: Willy Tarreau
Date: Wed Sep 26 2007 - 01:29:50 EST


On Wed, Sep 26, 2007 at 01:21:08AM -0400, Kyle Moffett wrote:
(...)
> Now, like magic, the entire system is once more accessible.
>
> Alternatively you could:
> mount -t proc proc /proc
> cat /proc/1/mounts
> mount -t $ROOTFS_FROM_PROC $ROOTDEV_FROM_PROC /

Since 2.6.20, it was even simpler :
mount -t proc proc /proc
cd /proc/1/cwd

Cheers,
Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/