Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Translations:Install/Chroot/8/es
Revision as of 21:26, October 11, 2018 by Johnnygarb (talk | contribs) (Created page with "Antes de hacer chroot, hay algunas cosas que se deben hacer para configurar el entorno chroot. Deberá montar {{f |/proc}}, {{f |/sys}} y {{f |/dev}} dentro de su nuevo sistem...")
Antes de hacer chroot, hay algunas cosas que se deben hacer para configurar el entorno chroot. Deberá montar /proc
, /sys
y /dev
dentro de su nuevo sistema. Use los siguientes comandos para hacerlo:
root # cd /mnt/funtoo root # mount -t proc none proc root # mount --rbind /sys sys root # mount --rbind /dev dev