Results 2858 comments of MichaIng

This has been added to our FeatHub page: https://feathub.com/MichaIng/DietPi/+42

@1985kasper Since VLAN implementation itself will take a while (and testing), for now I will implement drop-in config support. So you can place any any adjustments/additions into `/etc/network/interfaces.d/` to survive...

@zxp Note that there is no "DietPi" kernel as we do not compile own kernels. Pine64 images have been switched to ARMbian-base so these should have VLAN enabled. In case...

@1985kasper Btw. I made a start and added `/etc/network/interfaces.d/` drop-in config support: https://github.com/MichaIng/DietPi/commit/aa4a36fd890a0774d68fb9e7118e72af042ac8d4#diff-0e127c4cad3f8401a925d13d05b5ae87 So you can add your custom VLAN interfaces as separate config file to not be overwritten by...

DietPi is mostly userland composition, so the question is more whether you have a kernel and bootloader for this SBC/SoC. We use the Armbian build system for our kernel and...

In the ARM world, something like a generic image which boots on every SBC/chip does not exist. It always requires individual drivers and the device tree (not only Linux, but...

Did you install `raspi-firmware` manually? It should not be pulled anymore as dependency 🤔. Does this lead to any other removal? ```sh apt autopurge raspi-firmware ```

Background: `raspi-firmware` is part of the new RPi kernel/firmware package stack, which requires a different boot partition mount and is hence incompatible with our (old) RPi images. Unintentionally, `rpi-eeprom` did...

Please do not manually migrate from old to new firmware stack, these steps are incomplete, and will cause issues. We have a migration option in `dietpi-config` advanced options for that,...