Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Usecase] Discard systemd related files when installing Arch packages on Artix Linux #19

Open
StratusFearMe21 opened this issue Mar 9, 2023 · 0 comments
Labels

Comments

@StratusFearMe21
Copy link

StratusFearMe21 commented Mar 9, 2023

  1. Install nullfsvfs-dkms from the AUR, if it fails to compile you may need to compile it yourself.
  2. In /etc/mkinitcpio.conf, add in the modules MODULES(nullfs)
  3. In /etc/fstab add these lines
none /etc/systemd nullfs defaults 0 0
none /usr/lib/systemd nullfs defaults 0 0
  1. Any packages that try to put systemd related files on your system will put them in the void!
@abbbi abbbi added the Usecase label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants