Package Details: dracut-sshd-git r62.2dbc272-1

Git Clone URL: https://aur.archlinux.org/dracut-sshd-git.git (read-only, click to copy)
Package Base: dracut-sshd-git
Description: Provide SSH access to initramfs.
Upstream URL: https://github.com/gsauthof/dracut-sshd
Licenses: GPL3
Conflicts: dracut-sshd
Provides: dracut-sshd
Submitter: yellowsquid
Maintainer: yellowsquid (LaserEyess)
Last Packager: LaserEyess
Votes: 6
Popularity: 0.038150
First Submitted: 2020-04-01 11:18 (UTC)
Last Updated: 2022-03-09 16:16 (UTC)

Latest Comments

Betal commented on 2022-03-07 06:58 (UTC)

upstream now includes a profile and motd file, follow a patch to include them:

diff --git a/PKGBUILD b/PKGBUILD
index e1ab651..0ea8604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,8 @@ package() {

   target="$pkgdir/usr/lib/dracut/modules.d/46sshd"
   install -Dt "$target" -m 0755 46sshd/module-setup.sh
+  install -Dt "$target" -m 0644 46sshd/motd
+  install -Dt "$target" -m 0644 46sshd/profile
   install -Dt "$target" -m 0644 46sshd/sshd.service
   install -Dt "$target" -m 0644 46sshd/sshd_config
 }