Difference between revisions of "Translations:32 bit chroot environment for Wine/33/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{file|name=/home/<username>/gentoo/chr.sh|body= rm /home/<username>/gentoo/root/.Xauthority xauth extract /home/<username>/root/.Xauthority <hostname>/unix:0 mount -t proc no...")
 
(No difference)

Latest revision as of 02:06, October 17, 2021

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)
{{file|name=/home/<username>/gentoo/chr.sh|body=
rm /home/<username>/gentoo/root/.Xauthority
xauth extract /home/<username>/root/.Xauthority <hostname>/unix:0
mount -t proc none proc
mount --rbind /sys sys
mount --rbind /dev dev
env -i HOME=/root TERM=$TERM /bin/chroot . bash -l}}
   /home/<username>/gentoo/chr.sh
rm /home/<username>/gentoo/root/.Xauthority
xauth extract /home/<username>/root/.Xauthority <hostname>/unix:0
mount -t proc none proc
mount --rbind /sys sys
mount --rbind /dev dev
env -i HOME=/root TERM=$TERM /bin/chroot . bash -l