Difference between revisions of "Translations:Install/Chroot/8/pl"

From Funtoo
Jump to navigation Jump to search
(Created page with "Przed 'chroot'owaniem, należy wykonać kilka czynności aby skonfigurować środowisko 'chroot'. Trzeba będzie zamontować {{f|/proc}}, {{f|/sys}} oraz {{f|/dev}} wewnątrz...")
 
(No difference)

Latest revision as of 00:52, May 7, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Chroot)
{{console|body=
# ##i##cd /mnt/funtoo
# ##i##mount --rbind /proc proc
# ##i##mount --rbind /sys sys
# ##i##mount --rbind /dev dev
# ##i##cp /etc/resolv.conf /mnt/funtoo/etc/
# ##i##chroot . /bin/su --login
%chroot% }}

Przed 'chroot'owaniem, należy wykonać kilka czynności aby skonfigurować środowisko 'chroot'. Trzeba będzie zamontować /proc, /sys oraz /dev wewnątrz nowego systemu. Aby to zrobić, użyj następujących poleceń:

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