Project Talk:X86/Chroot Guide

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 01:57, 4 July 2024 (UTC)
:: Your reply ~~~~

Broken link

Talk status
This discussion is done.

In the last sentence of the "Setting up a chroot for a new install" section the hyperlink of "Configuring Portage" is to Handbook:X86/Installation/Base#Configuring_portage when it should be to (notice the difference in case) Handbook:X86/Installation/Base#Configuring_Portage. This one-letter difference in case is sufficient to break the link. Brenton (contribs · email · talk) 02:13, 12 November 2015 (UTC)

Looks like this was taken care of. Closing --Grknight (talk) 14:24, 11 September 2020 (UTC)

Chroot-Script

Talk status
This discussion is still ongoing.

I have written a chroot script, for this purpose, you could reference it for convenience. If my script does not fulfill your quality requirements, I'd be happy to improve my style by your feedback. https://github.com/drwulsen/easy-chroot/blob/master/easy-chroot.sh Best Regards, Walter — The preceding unsigned comment was added by Dr wulsen (talkcontribs) 10 September 2020

Chroot as user, bind/rbind

Talk status
This discussion is still ongoing.

After following the steps in the article, (a) I am unable chroot as a user, and (b) after chrooting as root, I am unable to install necessary packages with the stage3 tarball unpacked as user. This is solved by (a) unpacking stage3 as root, and (b) chrooting as root, as suggested in the chroot article. Also, the chroot article suggests mounting directories with mount --rbind while this article suggests mount -o bind. Should the article be updated following the chroot article? Thanks. Mimosinnet (talk) 09:36, 7 November 2020 (UTC)

Chroot missing /dev/shm

Talk status
This discussion is still ongoing.

After following the steps in the article, I could not emerge dev-lang/python-3.9.12 because of bug 496328 , which refers to a chroot missing a /dev/shm mount from the host. Therefore, I suggest adding ```mount -o bind /dev/shm foo/dev/shm``` to the article. Thanks. Rndxelement (talk) 22:47, 20 May 2022 (UTC+2)