Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Chroot/8/es"
Jump to navigation
Jump to search
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...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{console|body= | {{console|body= | ||
# ##i##cd /mnt/funtoo | # ##i##cd /mnt/funtoo | ||
# ##i##mount - | # ##i##mount --rbind /proc proc | ||
# ##i##mount --rbind /sys sys | # ##i##mount --rbind /sys sys | ||
# ##i##mount --rbind /dev dev | # ##i##mount --rbind /dev dev | ||
}} | # ##i##cp /etc/resolv.conf /mnt/funtoo/etc/ | ||
# ###i## chroot . /bin/su --login | |||
%chroot% }} |
Latest revision as of 06:27, August 18, 2022
root # cd /mnt/funtoo root # mount --rbind /proc proc root # mount --rbind /sys sys root # mount --rbind /dev dev root # cp /etc/resolv.conf /mnt/funtoo/etc/ root # # chroot . /bin/su --login chroot #