{"id":26316931,"url":"https://github.com/coolingtool/dumb-os","last_synced_at":"2025-03-15T13:17:26.711Z","repository":{"id":260125167,"uuid":"875503829","full_name":"CoolingTool/dumb-os","owner":"CoolingTool","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-07T09:38:45.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T10:34:12.103Z","etag":null,"topics":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CoolingTool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-20T06:41:17.000Z","updated_at":"2024-11-07T09:38:48.000Z","dependencies_parsed_at":"2024-10-29T18:41:47.124Z","dependency_job_id":null,"html_url":"https://github.com/CoolingTool/dumb-os","commit_stats":null,"previous_names":["coolingtool/dumb-os"],"tags_count":0,"template":false,"template_full_name":"blue-build/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoolingTool%2Fdumb-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoolingTool%2Fdumb-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoolingTool%2Fdumb-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoolingTool%2Fdumb-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoolingTool","download_url":"https://codeload.github.com/CoolingTool/dumb-os/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732211,"owners_count":20338839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"created_at":"2025-03-15T13:17:26.171Z","updated_at":"2025-03-15T13:17:26.703Z","avatar_url":"https://github.com/CoolingTool.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dumb-os \u0026nbsp; [![bluebuild build badge](https://github.com/coolingtool/dumb-os/actions/workflows/build.yml/badge.svg)](https://github.com/coolingtool/dumb-os/actions/workflows/build.yml)\n\nSee the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository.\n\nThis is my personal OS image for the HP OMEN X16 (`HP OMEN by HP Laptop 16-b0xxx`).\nIt doesn't have any crazy customizations so far except things I stole from [Bluefin](https://projectbluefin.io/) and [Bazzite](https://bazzite.gg/).\nI don't know how to build images locally so instead I rely on [github.dev](https://github.dev/CoolingTool/dumb-os) and test everything on the main GitHub action.\nI wouldn't recommend running this image yourself.\n\n# Secure Boot\nIt was as easy as having Secure Boot enabled in the bios, running `ujust enroll-secure-boot-key` in Console and following the instructions.\nI can't test that again though cause the \"Clear all Secure Boot keys\" button in BIOS doesn't seem to do anything.\n\nNOTE: I've added the DKMS module [acpi_ec](https://github.com/saidsay-so/acpi_ec) to add support for the [omen-fan](https://github.com/alou-S/omen-fan) script. You will have to have secure boot disabled for now to use that script till I find a way to handle signing. (I don't understand how module signing works at all)\n\n## ISO\n\nYou can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). Replace `octocat` with `coolingtool` and `weird-os` with `dumb-os`. It should look like this:\n```\n# iso command:\nmkdir ./iso-output\nsudo podman run --rm --privileged --volume ./iso-output:/build-container-installer/build --security-opt label=disable --pull=newer \\\nghcr.io/jasonn3/build-container-installer:latest \\\n# iso config:\nIMAGE_REPO=ghcr.io/coolingtool \\\nIMAGE_NAME=dumb-os \\\nIMAGE_TAG=latest \\\nVARIANT=Silverblue # should match the variant your image is based on\n```\n\n## Installation\n\n\u003e **Warning**  \n\u003e [This is an experimental feature](https://www.fedoraproject.org/wiki/Changes/OstreeNativeContainerStable), try at your own discretion.\n\nTo rebase an existing atomic Fedora installation to the latest build:\n\n- First rebase to the unsigned image, to get the proper signing keys and policies installed:\n  ```\n  rpm-ostree rebase ostree-unverified-registry:ghcr.io/coolingtool/dumb-os:latest\n  ```\n- Reboot to complete the rebase:\n  ```\n  systemctl reboot\n  ```\n- Then rebase to the signed image, like so:\n  ```\n  rpm-ostree rebase ostree-image-signed:docker://ghcr.io/coolingtool/dumb-os:latest\n  ```\n- Reboot again to complete the installation\n  ```\n  systemctl reboot\n  ```\n\nThe `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version.\n\n## Verification\n\nThese images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:\n\n```bash\ncosign verify --key cosign.pub ghcr.io/coolingtool/dumb-os\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolingtool%2Fdumb-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoolingtool%2Fdumb-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolingtool%2Fdumb-os/lists"}