Translations:Install/Chroot/8/en

From Funtoo
Revision as of 04:30, December 13, 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search

Before chrooting, there are a few things that need to be done to set up the chroot environment. You will need to mount /proc, /sys and /dev inside your new system. Use the following commands to do so:

root # cd /mnt/funtoo
root # mount --rbind /proc proc
root # mount --rbind /sys sys
root # mount --rbind /dev dev