Talk:CVMFS

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. In particular, sign comments using ~~~~ and add new discussions at the bottom of the page. Don't forget to make your discussion visible using {{Talk|date = 2024-05-14}}.
== Discussion title ==

{{Talk|date = 2024-05-13}}

A comment [[User:Larry the Cow|Larry the Cow]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally the Spider|Sally the Spider]] 11:29, 14 May 2024 (UTC)
:: Another reply [[User:Larry the Cow|Larry the Cow]] 06:15, 14 May 2024 (UTC)
:: Your reply ~~~~

Navigate to first:

Simplify kernel selection

Talk status
This discussion is done.

The steps to get aufs-sources in the right place could be a lot simpler. Instead of

root #emerge aufs-sources
root #cd /usr/src
root #rm -rf linux
root #ln -s aufs-sources-* linux

it could be as simple as

root #USE=symlink emerge aufs-sources

or

root #cat 'sys-kernel/aufs-sources symlink' >> /etc/portage/package.use
root #emerge aufs-sources

— The preceding unsigned comment was added by Galiven (talkcontribs)

I completed this with the standard eselect tool as the symlink USE may be undesirable for those who set and forget it and become confused. --Grknight (talk) 01:49, 8 November 2018 (UTC)