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. 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]] 17:08, 6 July 2024 (UTC)
:: Your reply ~~~~

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)