Me diverti um pouco essa semana passada fazendo imagens Linux com bootc, usando as configs do @getaurora como base.

Resultado: consegui salvar o meu notebook velho, mesmo ele tendo uma GeForce MX130

#bootc

RHEL image mode has a value proposition nobody's talking about, and it's not security or compliance. It's confidence. When your OS is defined in a Containerfile and built in CI/CD, you get the same transactional safety net as git. I've been running Claude Code with --dangerously-skip-permissions for months because of it. As AI agents go mainstream, this matters more than people realize. https://crunchtools.com/image-mode-gave-me-the-confidence-to-go-fully-agentic/ #RHEL #bootc #AIAgents #Linux #ImageMode

Using #bootc install-to-existing-root you can now "rebase" from any classic distro to an image based OS like the ones from #UniversalBlue or #BootCrew !

----

I used EndeavourOS as a base to easily switch to arch-boot, Bluefin's Egg and many others with no issues!
All you need is bootc, podman and systemd-boot!

https://developers.redhat.com/articles/2025/how-install-image-mode-system-using-system-reinstall-bootc

So TIL: one doesn't have to use Fedora CoreOS to get an atomic server-oriented system.

Instead of uCore, I can have my BlueBuild setup use quay.io/fedora/fedora-bootc or even quay.io/fedora/centos-bootc as the base image. I can then build an Anaconda installer ISO from this bootc image and install it the normal way instead of using ignition files.

Super cool!

#Fedora #bootc #fedora-bootc #ostree #FOSS

Fedora/CentOS bootc relationship with Fedora CoreOS

Learn more about Fedora Linux, the Fedora Project & the Fedora Community.

Fedora Docs

Bootc and OSTree: Modernizing Linux System Deployment

https://a-cup-of.coffee/blog/ostree-bootc/

#linux #immutableOS #OsTree #bootc

Bootc and OSTree: Modernizing Linux System Deployment

Discover how Bootc and OSTree are revolutionizing Linux system deployment, offering modern, efficient, and immutable management.

I've been slowly working through a modernization of my web host.

I rent a server on hetzner, and up until now its primarily been a container host. but I basically manually manage it. Services in containers, and running under quadlet, but their management has been a bit of a burden.

Recently I ordered another Hetzner system, and this time I had them give me a console, and I manually reinstalled it on RHEL Image Mode (bootc).

On top of that I decided it was time to automate. One at a time I am re-creating my pods using ansible. At the end of this, i should have a largely immutable system, thats easy to keep up to date, and all my services are nicely defined as code.

#rhel #redhat #bootc #imagemode #linux #sysadmin

New post: CI/CD for Image Mode RHEL — building a full RHEL 10 bootc workstation image with GitHub Actions, Podman, and RHSM activation keys. Includes 4 workarounds for the rough edges. #RHEL #bootc https://buff.ly/YKyXIb7

@neverpanic Now I need to figure out where in atomic distro to drop iwlwifi firmware for wlan, as /lib/modules is not writable...

#rhel #atomic #bootc #fedora

Damned, right after I got my first #rhel 10 #microshift image mode iso done, the rugged box won't accept any of my usb sticks as boot device. Just stays in boot screen. It's a nice old dell3200 box. Can one start #bootc install with kexec?
Wrote a little blog post to pull together all the disparate information on how to build #bootc containers into disk images that boot on the rpi02w and the rpi3: https://supakeen.com/weblog/bootc-on-the-raspberry-pi/
Bootable containers on the Raspberry Pi | supakeen's homepage