Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 932 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 932 Bytes

Arch Linux Package : systemd-git

Package URL : none

Related Packages

Notes

This is the AUR systemd-git package modified to include my patch to provide a solution to the inability of systemd to generate units for overmounts defined in /etc/fstab.

My changes:

  • supply a new patch file called fstab-overmount.patch.
  • modify to the PKGBUILD to apply the patch.

This package was produced and tested on Thursday 3rd January 2013 to support submission of a patch to the systemd developers. It is not uploaded to the AUR because I don't maintain the systemd-git package.

###Build

$ git clone https://github.com/johnlane/archlinux-systemd systemd-git
$ cd systemd-git
$ makepkg -s

###Install

$ sudo pacman -U *pkg.tar.xz