Translations:32-bit Chroot/50/en

From Funtoo
Revision as of 07:52, April 13, 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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