MichaIng
MichaIng
Here to commit to make R5C MAC addresses static (without overlay): https://github.com/MichaIng/build/commit/6faa364 Build running: https://github.com/MichaIng/DietPi/actions/runs/15355356432 Once done, to test: ```sh cd /tmp wget https://dietpi.com/downloads/binaries/testing/linux-{dtb,image}-current-rockchip64.deb dpkg -i linux-{dtb,image}-current-rockchip64.deb G_CONFIG_INJECT 'user_overlays=' 'user_overlays='...
Yeah right, `image` instead of `images`. > In either case, my system got bricked after that, didn't boot up, no HDMI output either. Um, that is surprising. AFAIK it worked...
Had another look into this, assured that changes were applied to the correct device nodes. Still do not see the error. @InnovoDeveloper on a functional system, can you apply this...
> did you still want me to try this overlay? Yes please. I want to finish switching all NanoPi R SBCs to static MAC addresses. Only the R5C is outstanding....
Are you on the latest DietPi version? Because we switched already back to the `.deb` packages available again. This was the case previously, but v0.28 had `.zip` archives available instead....
Closing this issue, fixed in DietPi already.
Let's wait with the merge until DietPi v9.18 release, so nightly installs with current DietPi release won't break. Scheduled for next weekend. I can just merge both the same minute,...
@ravenclaw900 IMO can be merged. Will release DietPi v9.18 tomorrow. Shall I change the frontend connection address to 5253 as discussed? As far as I see [here](https://github.com/ravenclaw900/DietPi-Dashboard/blob/rework-2/crates/config/src/backend.rs#L43) and [here](https://github.com/ravenclaw900/DietPi-Dashboard/blob/rework-2/crates/config/src/frontend.rs#L51C13-L51C32)? So...
I guess those JavaScript modules could be also downloaded at build time in https://github.com/ravenclaw900/DietPi-Dashboard/blob/rework-2/scripts/build-assets.bash based on given version strings. You wanted to get rid of all the build system and...
Oh, do you have some preference regarding commit text: leaving all individual commits text inside or squashing/cleaning up those as well? Or just reuse the PR text instead?