1 |
Probably the first of many. I emerged crossdev on my 64-bit PC. When |
2 |
I ran "crossdev -t --help", it wanted an overlay, and pointed me to |
3 |
https://wiki.gentoo.org/wiki/Overlay/Local_overlay which led me to... |
4 |
|
5 |
mkdir -p /usr/local/portage/{metadata,profiles} |
6 |
echo 'netbook' > /usr/local/portage/profiles/repo_name |
7 |
echo 'masters = gentoo' > /usr/local/portage/metadata/layout.conf |
8 |
chown -R portage:portage /usr/local/portage |
9 |
echo 'PORTDIR_OVERLAY="/usr/local/portage ${PORTDIR_OVERLAY}"' >> /etc/portage/make.conf |
10 |
|
11 |
I now have a line... |
12 |
|
13 |
PORTDIR_OVERLAY="/usr/local/portage ${PORTDIR_OVERLAY}" |
14 |
|
15 |
...in /etc/portage/make.conf wich leads to a few questions... |
16 |
|
17 |
1) Given that I don't have PORTDIR_OVERLAY previously defined, can I |
18 |
safely cut down that line to... |
19 |
PORTDIR_OVERLAY="/usr/local/portage" |
20 |
|
21 |
2) Does this imply that one can have multiple, space-separated, overlays |
22 |
PORTDIR_OVERLAY="/usr/local/portage /fu/bar /whatever/wherever" |
23 |
|
24 |
-- |
25 |
Walter Dnes <waltdnes@××××××××.org> |
26 |
I don't run "desktop environments"; I run useful applications |