Adding udiskie for 1.4
This commit is contained in:
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
||||
# overlay
|
||||
|
||||
## Funtoo and Gentoo overlay repository
|
||||
## Funtoo overlay repository
|
||||
|
||||
### Contents
|
||||
* Fresh ebuilds waiting for addition to the official portage tree.
|
||||
@ -8,6 +8,12 @@
|
||||
|
||||
### Manual installation:
|
||||
```
|
||||
git clone https://office.gnuardo.com/code/gerardo/overlay gnuardo
|
||||
echo 'PORTDIR_OVERLAY="$PWD/gnuardo"' >> /etc/portage/make.conf
|
||||
git clone https://office.gnuardo.com/code/gerardo/overlay gnuardo-kit
|
||||
echo 'PORTDIR_OVERLAY="$PWD/gnuardo-kit"' >> /etc/portage/make.conf
|
||||
cat > /etc/portage/repos.conf/gnuardo-kit << EOF
|
||||
[gnuardo-kit]
|
||||
location = $PWD/gnuardo-kit
|
||||
auto-sync = yes
|
||||
priority = 10
|
||||
EOF
|
||||
```
|
||||
|
Reference in New Issue
Block a user