Talk:CVMFS

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

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)