How to make Fastfetch correctly identifying DietPi #7599
-
Hello! ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
DietPi is not an operating system in itself. It is a collection of bash scripts on top of a Debian base image. Therefore the indication for Debian is completely correct. To recognize whether it is a DietPi system, you would have to look at the presence of special files. Here you can take |
Beta Was this translation helpful? Give feedback.
DietPi is not an operating system in itself. It is a collection of bash scripts on top of a Debian base image. Therefore the indication for Debian is completely correct. To recognize whether it is a DietPi system, you would have to look at the presence of special files. Here you can take
/boot/dietpi/.version
for example. The file also contains the necessary version information.