Search Criteria
Package Details: mkinitcpio-systemd-extras 0.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mkinitcpio-systemd-extras.git (read-only, click to copy) |
---|---|
Package Base: | mkinitcpio-systemd-extras |
Description: | Collection of mkinitcpio install hooks for systemd based initramfs |
Upstream URL: | https://github.com/wolegis/mkinitcpio-systemd-extras |
Licenses: | GPL |
Conflicts: | mkinitcpio-dropbear, mkinitcpio-netconf, mkinitcpio-tinyssh |
Submitter: | wolegis |
Maintainer: | wolegis |
Last Packager: | wolegis |
Votes: | 3 |
Popularity: | 0.94 |
First Submitted: | 2022-11-14 20:46 (UTC) |
Last Updated: | 2024-12-29 21:27 (UTC) |
Dependencies (9)
- mkinitcpio (mkinitcpio-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- clevis (clevis-gitAUR) (optional) – for sd-clevis (unlocking luks encrypted volumes with clevis)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (optional) – for sd-clevis (unlocking with tang)
- dropbear (dropbear-gitAUR) (optional) – for sd-dropbear
- nftables (nftables-fullconeAUR, nftables-gitAUR) (optional) – for sd-nftables
- python (python37AUR, python311AUR, python310AUR) (optional) – for sd-tinyssh (converting OpenSSH host keys to tinyssh format)
- tinyssh (tinyssh-gitAUR) (optional) – for sd-tinyssh
- tpm2-tools (tpm2-tools-gitAUR) (optional) – for sd-clevis (unlocking with TPM2)
Required by (1)
- mkinitcpio-zerotier (optional)
Latest Comments
simona commented on 2024-06-04 15:52 (UTC)
now perfect. thx for fix.
wolegis commented on 2024-06-04 14:56 (UTC)
Oops! I mostly forget that git push doesn't push tags.
Should be fixed now.
simona commented on 2024-06-04 14:25 (UTC)
fatal: invalid ref: v0.5.5
github file not found
wolegis commented on 2023-11-24 11:10 (UTC)
@MrBlumi Done! Thanks for the hint.
MrBlumi commented on 2023-11-22 20:57 (UTC)
Can you please add
git
as amakedepends
? It is not installed as a dependency ofbase-devel
package and so it is missing if you are building from a clean chroot environment (e.g. viamakechrootpkg
)...