Possible to change Device model after install?

Hi

it’s just cosmetic but is it possible to change Device model : Native PC (x86_64) to Virtual Machine AFTER dietpi has been installed?

the device model should be detected automatically during boot, nothing you can set manually. This is the command that detect your model.

echo $G_HW_MODEL_NAME

Yes, BUT when I did run the script to install dietpi over debian (Using VM’s) there was the option to select the model. I selected “Native PC (x86_64)” and on another I selected “Virtual Machine (x86_64)”.
I’d like to change the former with the latter. Cosmetic I know.

have a look to /etc/.dietpi_hw_model_identifier This ID should identify your system :smiley:

21->20 and reboot.

THX!