Skip to content

Commit

Permalink
dracut-sshd-networkmanager subpackage
Browse files Browse the repository at this point in the history
  99sshd-auto-networkmanager adjusts nm-initrd.service to run for dracut-sshd.
- If config is lacking auto DHCP ethernet in the same manner as rootfs NetworkManager.
- Clean network teardown prior to switchroot avoids conflicts and gives OS full control.
- Settings could be overriden by copying ifcfg or nmconnection settings into the initrd.

Fixes: Issues gsauthof#63 gsauthof#68
Signed-off-by: Warren Togami <[email protected]>
  • Loading branch information
wtogami authored and psgreco committed Jun 17, 2023
1 parent ca3b36d commit 7f95b6f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dracut-sshd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Name: {{{ git_dir_name }}}
# the 'lead' parameter, anyways
# cf. https://pagure.io/rpkg-util/issue/21#comment-601077
#Version: {{{ git_dir_version }}}
Version: 0.6.6
Version: 0.6.7
Release: 1%{?dist}
Summary: Provide SSH access to initramfs early user space
URL: https://github.com/gsauthof/dracut-sshd
Expand Down Expand Up @@ -63,6 +63,13 @@ cp -r 99sshd-networkmanager %{buildroot}/usr/lib/dracut/modules.d/
/usr/lib/dracut/modules.d/99sshd-networkmanager/module-setup.sh

%changelog
* Wed Jun 14 2023 Warren Togami <[email protected]> - 0.6.7-1
- dracut-sshd-networkmanager subpackage
99sshd-networkmanager adjusts nm-initrd.service to run for dracut-sshd.
- If config is lacking, auto DHCP ethernet in the same manner as rootfs NetworkManager.
- Clean network teardown prior to switchroot avoids conflicts and gives OS full control.
- Settings could be overriden by copying ifcfg or nmconnection settings into the initrd.

* Wed Jun 14 2023 Warren Togami <[email protected]> - 0.6.6-1
- 99sshd-shadow-fixup enables ssh pubkey login with disabled password as intended

Expand Down

0 comments on commit 7f95b6f

Please sign in to comment.