Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Chroot/12/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
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: | 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: | ||
{{console|body= | {{console|body=%chroot% ##i##export PS1="(chroot) $PS1"}} | ||
Test internet name resolution from within the chroot: | Test internet name resolution from within the chroot: | ||
{{console|body= | {{console|body=%chroot% ##i##ping -c 5 google.com}} | ||
Revision as of 22:07, October 10, 2019
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:
chroot # export PS1="(chroot) $PS1"
Test internet name resolution from within the chroot:
chroot # ping -c 5 google.com