Skip to content

Instantly share code, notes, and snippets.

View HuijingHei's full-sized avatar

Huijing Hei HuijingHei

View GitHub Profile
@HuijingHei
HuijingHei / README.md
Created December 1, 2025 01:11 — forked from jlebon/README.md
Boot RHCOS 4.1 and rebase to RHCOS 9.6
  1. Download RHCOS 4.1 from the RHCOS release browser (qemu qcow2) or the mirror (metal BIOS or UEFI image).
  2. Write a spec v2 Ignition config that sets the password for core to e.g. changeme:
{
  "ignition": {
    "config": {},
    "security": {
      "tls": {}
    },
    "timeouts": {},