In this file are 2 "fixes" for ssh:
### Fix SSH incoming
echo "IPQoS 0x00" >> /etc/ssh/sshd_config
### Fix SSH outgoing
echo "IPQoS 0x00" >> /etc/ssh/ssh_config
I don't know what they exactly should fix but with debian trixie they prevent sshd from starting. So these lines should be removed or only executed for releases before trixie.
Other improvement would be to increase BASE_IMAGE_ENLARGEROOT in this file, the current default 200 was not sufficient anymore when building MagicMirrorOS.
In this file are 2 "fixes" for ssh:
I don't know what they exactly should fix but with debian trixie they prevent sshd from starting. So these lines should be removed or only executed for releases before trixie.
Other improvement would be to increase
BASE_IMAGE_ENLARGEROOTin this file, the current default 200 was not sufficient anymore when building MagicMirrorOS.