random-archer / mkinitcpio-systemd-tool

Provisioning tool for systemd in initramfs (systemd-tool)
https://www.archlinux.org/packages/community/any/mkinitcpio-systemd-tool/
Other
112 stars 27 forks source link

Required dependencies #93

Open vielfarbig opened 2 years ago

vielfarbig commented 2 years ago

If I am right, you need to have the dependencies wit the following command:

sudo pacman -S mc tinyssh busybox

and to have /root/user/.ssh/authorized_keys set to have no errors with mkinitcpio

If this is right, I think i would be good to mention it in the README

Thank you!

dvzrv commented 2 years ago

That depends on your requirements. The package in the official repositories states these as optional dependencies (not everyone wants initrd-debug-progs.service or initrd-tinysshd.service).

vielfarbig commented 2 years ago

Ah ok, i see. I thought so because there is a example walk-through with tinyssh. According to that, I think, it would be great if there are some more beginner-friendly examples, e. g. for configuring the crypttab and fstab. Or at least references to the newest recommended setup.

Thank you for your reply!