Peter Boy wrote on Tue, Jul 05, 2022 at 07:19:28AM +0200:
> […]# dnf --releasever=36 --best --setopt=install_weak_deps=False \
>     --installroot=/var/lib/machines/testf36  install dhcp-client dnf \
>     fedora-release glibc glibc-langpack-en iputils less ncurses passwd \ 
>     systemd systemd-networkd vim-default-editor
>
> I can set a password using
> 
> […]# systemd-nspawn -D /var/lib/machines/testf36   passwd
> 
> I create a container with 
> 
> […]# systemd-nspawn -D /var/lib/machines/testf36  -b

If you check the syslog of that machine (don't ask me how, I just
straced agetty) you'll see it complain that there is no /bin/login:
you just need to install util-linux (or possibly busybox) and you'll get
a prompt, login should work as well.

Maybe it used to be pulled automatically before...

--
Dominique Martinet | Asmadeus
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to