-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
area/install-to-diskRelating to `install to-disk`Relating to `install to-disk`
Description
When installing via bootc install-to-disk with these commands:
sudo podman run \
--rm \
--privileged \
--pid=host \
-v /var/lib/containers:/var/lib/containers \
-v /dev:/dev \
--security-opt label=type:unconfined_t \
mycontainer/foobar \
bootc install to-disk /dev/nvme0n1 --filesystem xfs --wipeWith a "test" Containerfile:
FROM quay.io/fedora/fedora-bootc:43
# ONLY FOR TESTING bootc install-to-disk
RUN echo "root:root" | chpasswdAfter installing to disk, unplugging the live USB stick and booting into the OS, I'm unable to login as root/root.
To replicate:
- Build your Containerfile above ^^
- Perform the
bootc install-to-diskto a bare metal / actual device - Try to login (wrong password).
I can confirm that:
- I do NOT run into this issue if I create the
.rawfrom bootc-image-builder / I am able to login fine. - Building the "anaconda-iso" and using that, I will also not get this issue either.
Metadata
Metadata
Assignees
Labels
area/install-to-diskRelating to `install to-disk`Relating to `install to-disk`