Difference between revisions of "Translations:32 bit chroot environment for Wine/7/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{console|body= $##i## sudo su ###i## tar xpf <stage3> ###i## cp /etc/resolv.conf /home/<username>/gentoo/etc ###i## mount -t proc none proc ###i## mount --rbind /sys sys ###i...")
 
(No difference)

Latest revision as of 07:26, April 13, 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 (32 bit chroot environment for Wine)
{{console|body=
$##i## sudo su
###i## tar xpf <stage3>
###i## cp /etc/resolv.conf /home/<username>/gentoo/etc
###i## mount -t proc none proc
###i## mount --rbind /sys sys
###i## mount --rbind /dev dev
###i## env -i HOME=/root TERM=$TERM /bin/chroot . bash -l
###i## export PS1="(chroot) $PS1"
\##r####b##(chroot)##bl#####i## emerge-webrsync
\##r####b##(chroot)##bl#####i## emerge --sync
\##r####b##(chroot)##bl#####i## eselect profile list}}
user $ sudo su
root # tar xpf <stage3>
root # cp /etc/resolv.conf /home/<username>/gentoo/etc
root # mount -t proc none proc
root # mount --rbind /sys sys
root # mount --rbind /dev dev
root # env -i HOME=/root TERM=$TERM /bin/chroot . bash -l
root # export PS1="(chroot) $PS1"
(chroot)# emerge-webrsync
(chroot)# emerge --sync
(chroot)# eselect profile list