How to set up 32-bit support on Debian
Posted Jun 17, 2004 3:22 UTC (Thu) by
busterb (subscriber, #560)
In reply to:
How to set up 32-bit support on Debian by ewen
Parent article:
The 64-bit question
How about mount /home /32/home -obind; mount /proc /32/proc -obind ?
The bind option functions like a transparent symlink. Gentoo used to
recommend this during installation, which occurs in a chrooted
environment. You can do the same thing with other file systems or just
plain directories, like /var, /etc and /dev.
(
Log in to post comments)