Talk:CVMFS
From Gentoo Wiki
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
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]] 14:42, 5 November 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 (talk • contribs)