waht i found out is, that one solution can be to add
iface eth0 inet static
pre-up /usr/sbin/ethtool -s $IFACE 10 duplex half
address ...
to the /etc/networking/interfaces.
but how to do it on PXE?
iface eth0 inet static
pre-up /usr/sbin/ethtool -s $IFACE 10 duplex half
address ...
to the /etc/networking/interfaces.
but how to do it on PXE?