Closed outbackdingo closed 4 months ago
I'm guessing you mean log into the deployed OS since the ISO automatically logs in.
The option in Anaconda shows up depending on the variant you pick. The variant Server
does include the options to set a username.
We used
sudo podman run --rm --privileged --volume ./iso-output:/build-container-installer/build --security-opt label=disable --pull=newer ghcr.io/jasonn3/build-container-installer:latest VERSION=40 IMAGE_REPO=ghcr.io/outbackdingo IMAGE_NAME=hyprland IMAGE_TAG=latest VARIANT=Silverblue
and there was no screen to configure users
On Sun, Apr 28, 2024 at 6:57 AM Jason Nagin @.***> wrote:
I'm guessing you mean log into the deployed OS since the ISO automatically logs in. The option in Anaconda shows up depending on the variant you pick. The variant Server does include the options to set a username.
— Reply to this email directly, view it on GitHub https://github.com/JasonN3/build-container-installer/issues/110#issuecomment-2081253981, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMPRU4UTEJ64VODHX4DT5QDY7Q3PRAVCNFSM6AAAAABG4ANNR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGI2TGOJYGE . You are receiving this because you authored the thread.Message ID: @.***>
basically trying to spin a hyprland bluebuild iso with many tweaks
Change VARIANT=Silverblue
to VARIANT=Server
. Silverblue doesn't configure users using Anaconda, so the options don't show up.
curious is this might be more applicable to what we are trying to do https://github.com/ublue-os/build-action
Change
VARIANT=Silverblue
toVARIANT=Server
. Silverblue doesn't configure users using Anaconda, so the options don't show up.
@outbackdingo this is what you would want to do. Ublue switches to VARIANT=Kinoite
for the KDE based images as an additional example.
The reason Silverblue doesn't have a user in anaconda is because Gnome doesn't need a user configured during installation. It has a new user setup wizard on the first boot.
Issue is stale and will be closed in 14 days if there is no further activity
no screens in anaconda to set username / password ? so how does one login to the iso ?