Translations:32-bit Chroot/50/en

From Funtoo
Jump to navigation Jump to search

Currently you are the root user inside of the 32-bit environment. To change to the host user account localuser you must first create a home directory for localuser inside the 32-bit environment. (/home/localuser on the host is not mounted inside of this chroot environment.)

chroot32 # cp -r /etc/skel /home/localuser
chroot32 # chown -R localuser:localuser /home/localuser