Fredrik Lönnegren

Results 49 comments of Fredrik Lönnegren

Okay, if you could post the entire file contents here that would help.. It looks like just adding it there as is will only run when booted to recovery because...

Could you post the output of `mount` and `journalctl -u elemental-setup-rootfs`?

Hmm, looks like the default configuration on the recovery.. does it look the same when booted to the active snapshot?

Can you post result of `elemental version` as well? I think you might be missing [this](https://github.com/rancher/elemental-toolkit/pull/2073/files) commit. The workaround would be to change the file to: ``` - if: '[...

I will dust off my raspberry and try to debug this today! You might be hitting a bug with loading the config.. Also the `/oem/rancher` symlink was inventive! :+1:

@bobmorane83 I was able to boot my RPi4 and get a persistent path for `/etc/rancher` using the following config: ``` # Rootfs Elemental OEM configuration file # # This file...

@rdesaintleger really nice to see this implemented! Looking forward to the new snapshotter! Looking back we should probably have named the current "btrfs" snapshotter as "snapper" instead.. oh well!

Hi @artificial-aidan! Yep, there are some issues with the serial console on certain systems. The `build-iso` command has the `extra-cmdline` flag which specifies extra kernel cmdline parameters for the ISO....

> This works if building a custom ISO, but the default ones built for the elemental pipeline still contain it. Which is used by elemental operator > > Maybe this...

> Is there a plan to make this configurable in the seed image? I spent some time looking at that but with how it is built, the build-iso command isn't...