abbbi / nullfsvfs

a virtual black hole file system that behaves like /dev/null
GNU General Public License v3.0
290 stars 12 forks source link

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

Open StratusFearMe21 opened 1 year ago

StratusFearMe21 commented 1 year ago
  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
  4. Any packages that try to put systemd related files on your system will put them in the void!