frzr icon indicating copy to clipboard operation
frzr copied to clipboard

A deployment and automatic update mechanism for operating systems

Results 13 frzr issues
Sort by recently updated
recently updated
newest added

I'm creating this issue as a reminder for some goals we have been discussing internally. We would like to make FRZR more useful in a general purpose sense where it...

This is meant to solve the /etc mounting issue where the /etc overlay fires off some race conditions with the system loading resulting in the infamous "gamer is not the...

This PR is aimed at appending to kernel boot parameters the btrfs offset and uuid of the file /home/swapfile when such file is present. This in turn allows an initramfs...

Since February 2024 archlinux deprecated the usage of addending ucode initrd into bootloader configuration files such as ``` initrd /amd-ucode.img initrd /intel-ucode.img ``` since those are included in the initramfs...

This adds support for .img.xz files: files that are not a tar of a single file so that github action can stream btrfs send directly to xz and giving the...

This restores the capability to use A/B slots. Using systemd-boot 2 config files are created: - frzr-slot-A.conf - frzr-slot-B.conf Users can now select the slot to boot in when holding...

The Steam UI will show a failed update message when in reality it's just the umount command throwing out a busy device error.

- can use `pv` - progress should be visible in command line - progress should be visible in installer - progress should contribute to total progress in Steam client

Some device-quirks scripts require updating the initramfs with additional firmware or other files. In order to support this use case we could do the following: - create a new command,...

# The problem Currently the system at its base is set up in `frzr-bootstrap` with some key system components: - Partition scheme - Bootloader - Core generic `/etc/fstab` This comes...