Fredrik Lönnegren

Results 26 issues of Fredrik Lönnegren

This issue is about being able to build and push multi-arch images to the same repo, instead of having to use different OCI-repos based on arch. Was looking into this...

enhancement

Deploy the entire recovery system to the same folder (kernel, initrd and rootfs). During upgrade deploy to a transitional folder and then switch it with the current recovery system and...

The new behavior of deploying the recovery system is prone to errors if an error during the upgrade. The current method of overwriting the kernel/initrd/bootargs.cfg and symlinks should be switched...

kind/enhancement
area/upgrade

Blue and orange Dockerfiles have hardcoded x86 grub packages which fail to install when building multi-arch images.

kind/enhancement
kind/good first issue
architecture/arm64
all-distros

**Is your feature request related to a problem? Please describe.** It should be possible to deploy a fully encrypted system using elemental. **Describe the solution you'd like** I have a...

kind/enhancement
area/elemental-cli

Add support for risc-v in the same way as arm64: * Build elemental-cli and examples for riscv64 (where applicable) * Run smoke-test for riscv64 for PR with label

kind/enhancement
architecture/riscv

In the following config it's hard to know what "size" represents without the comment. ```yaml install: # size in MiB partitions: oem: label: COS_OEM size: 60 fs: ext4 ``` I...

kind/enhancement
kind/good first issue