mirror of
https://github.com/KenjiBrown/without-systemd.git
synced 2026-04-07 05:00:05 -04:00
added README
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
#Without Systemd Gentoo Overlay
|
||||
|
||||
Use eselect repository to enable this overlay
|
||||
|
||||
```
|
||||
eselect repository add without-systemd git https://github.com/KenjiBrown/without-systemd.git
|
||||
```
|
||||
|
||||
##Issues:
|
||||
`profiles/package.mask` can only mask packages in this overlay. A symbolic link to `/etc/portage/package/mask/` is needed to effectively mask Gentoo'systemd packages.
|
||||
|
||||
```
|
||||
ln -svf /var/db/repos/without-systemd/profiles/package.mask /etc/portage/package.mask/without-systemd
|
||||
```
|
||||
Reference in New Issue
Block a user