注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Chroot/9/pl"
Jump to navigation
Jump to search
(Created page with "Będziesz musiał także skopiować plik {{f|resolv.conf}} aby mieć prawidłowe nazwy hostów internetowych, gdy będziesz w środowisku 'chroot': {{console|body= # ##i##cp /...") |
|||
Line 1: | Line 1: | ||
Aby mieć prawidłowe nazwy hostów internetowych w środowisku 'chroot', kopiujemy plik {{f|resolv.conf}} : | |||
{{console|body= | {{console|body= | ||
# ##i##cp /etc/resolv.conf /mnt/funtoo/etc/ | # ##i##cp /etc/resolv.conf /mnt/funtoo/etc/ | ||
}} | }} | ||
Teraz możesz 'chroot'ować do nowego systemu. Use <code>env</code> before <code>chroot</code> to ensure that no environment settings from the installation media are pulled in to your new system: | Teraz możesz 'chroot'ować do nowego systemu. Use <code>env</code> before <code>chroot</code> to ensure that no environment settings from the installation media are pulled in to your new system: |
Revision as of 01:09, May 7, 2020
Aby mieć prawidłowe nazwy hostów internetowych w środowisku 'chroot', kopiujemy plik resolv.conf
:
root # cp /etc/resolv.conf /mnt/funtoo/etc/
Teraz możesz 'chroot'ować do nowego systemu. Use env
before chroot
to ensure that no environment settings from the installation media are pulled in to your new system: