Files
without-systemd/README.md

15 lines
474 B
Markdown
Raw Normal View History

2022-07-31 02:28:44 -05:00
# Without Systemd Gentoo Overlay
2022-07-31 02:24:28 -05:00
Use eselect repository to enable this overlay
```
eselect repository add without-systemd git https://github.com/KenjiBrown/without-systemd.git
```
2022-07-31 02:28:44 -05:00
## Issues:
2022-07-31 02:24:28 -05:00
`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
```