mitchejj 206fe51215 moveing where hyprland gets added
should resolve conflicting request
2023-12-09 12:29:29 -05:00
2023-09-25 11:49:29 -04:00
2023-12-09 12:29:29 -05:00
2023-06-12 19:59:56 -04:00
2023-03-01 19:28:13 -05:00
2023-03-09 11:29:00 -05:00
2023-03-01 19:28:13 -05:00
2023-08-21 14:26:30 -04:00

Main

bunsen-builder beaker-builder

YA custom Fedora operating system using OCI/Docker containers as a transport and delivery mechanism. Images are scheduled to build daily at 9:45 UTC, here is a UTC Clock.

What is this?

My first Linux system that I enjoyed using was CrunchBang Linux, this is what eventually made me switch to linux full time. One of the 'fun' aspects of the distro was using Muppet characters as release names. Using uBlue sericea Bunsen is my layering of features. Eventually I plan on also using base) to build a Hyprland version, Beaker, that I can play around with.

Both have a *-zed option for built in zfs.

Features

  • Finish with my quarks
    • Remove guest VM support
    • Tailscale
    • NeoVim
    • git
    • tmux
    • vifm
    • Fonts (powerline-fonts, mozilla-fira, fira-code, google-noto, ibm-plex, jetbrains-mono)

Hyprland (beaker build)

Copr build status solopasha/hyprlandRPM

How to use these:

To rebase an existing Silverblue/Kinoite/Sericea machine to the latest release (38):

  1. Download and install Fedora Silverblue
  2. After you reboot you should pin the working deployment so you can safely rollback.
  3. Open a terminal and use one of the following commands to rebase the OS:

Bunsen (Sway derived from uble-sericea)

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/mitchejj/bunsen:38

or

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/mitchejj/bunsen-zed:38

Beaker (Hyprland derived from fedora-ostree-desktops)

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/mitchejj/beaker:38

or

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/mitchejj/beaker-zed:38

Make a change

If you wish to fork this and make it your own where a few nice to knows

WIP

ZFS Support

build-zfs-kmods

Due to ongoing issues with intergration between the Linux kernel and zfs sometimes the zfs version may not always be up-to-date.

The default mountpoint for a newly created zpool tank is /tank since the root filesystem is immutable the directory cannot be created. A new mount point needs to be selected. I would suggest /mnt/tank

Verification

These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/mitchejj/<image name>

If you're forking this repo you should read the docs on keeping secrets in github. You need to generate a new keypair with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions.

Description
No description provided
Readme Apache-2.0 287 KiB
Languages
Shell 100%