Difference between revisions of "Translations:Install/Chroot/12/en"

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
(No difference)

Revision as of 23:22, September 11, 2018

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)
Test internet name resolution from within the chroot:
{{console|body=%chroot% ##i##ping -c 5 google.com}}

It's also a good idea to change the default command prompt while inside the chroot. This will avoid confusion if you have to change terminals. Use this command:

root # export PS1="(chroot) $PS1"

Test internet name resolution from within the chroot:

root # ping -c 5 google.com

If you can't ping, make sure /etc/resolv.conf doesn't contain things like 127.0.x.x addresses, if it does, change the 127.0.x.x entry to 8.8.8.8 -- Google's public dns address. Make sure to replace this with your dns of choice once the system is installed.