Fredrik Lönnegren

Results 26 issues of Fredrik Lönnegren

The build-iso command sets hardcoded kernel parameters here https://github.com/rancher/elemental-cli/blob/133e72f7b26d6d2b0663545861b7202d000d0930/pkg/live/common.go#LL66C53-L66C53 It should be possible to influence those parameters by cmdline flags or config-file. This issue is probably not a duplicate of...

kind/enhancement
area/iso

The codecov action is not allowed in the rancher namespace and needs a token to run correctly, disabling for now. Signed-off-by: Fredrik Lönnegren

Seems to have started after merging SELinux support. Logs: ``` INFO[2024-04-30T15:52:15Z] Applying 'post-upgrade' hook INFO[2024-04-30T15:52:15Z] Running post-upgrade hook DEBU[2024-04-30T15:52:15Z] Running cmd: 'snapper --no-dbus --root /run/elemental/state/.snapshots/1/snapshot --csvout list --columns number,default,active' DEBU[2024-04-30T15:52:15Z]...

kind/bug

Change the default value of bootloader-in-rootfs flag for build-iso command to true. Signed-off-by: Fredrik Lönnegren

**elemental-toolkit version:** Main branch **CPU architecture, OS, and Version:** Linux 6.8.7-1-default #1 SMP PREEMPT_DYNAMIC (5c0cf23) x86_64 x86_64 x86_64 GNU/Linux **Describe the bug** When building an ISO I'm getting the following...

kind/bug
area/selinux

With the newly merged `DeployRecoverySystem` method it should be straight forward to implement a `build-pxe` command that takes a `--system oci:...` and puts the kernel, initrd, squashfs and a simple...

kind/enhancement
area/elemental-cli
area/build

Running the stable operator and trying to register an sl-micro 6.0 baremetal iso from a seedimage fails the registration with the following error in the operator: ``` I0521 07:03:55.330991 1...

kind/bug
area/operator
area/register

Taking a quick look through the actions used in this repo vs what will be [allowed](https://github.com/rancher/security-team/blob/main/docs/rancher-gha-standards.md#allowed-github-actions) we have the following actions that we will have to either replace or allow:...

kind/chore
area/security
dependencies

Adding cloud-config to the SeedImage always marshals the cloud-config with the `#cloud-config` comment, which disqualifies us from putting yip-style cloud-configs in SeedImage and MachineRegistration resources. Doing customizations in after-install or...

kind/question
need/discussion

This issue aims to organize the work needed to make the elemental-operator OS-agnostic. - [x] #539 - [ ] Document how to install elemental-system-agent and registering the host - [...

area/operator
kind/epic