You may use a rc.local startup script as workaround:
As root, create and edit file /etc/rc.local such as:
#!/bin/sh
ip link set down eth0
ip link set eth0 mtu 1534
ip link set up eth0
Then change permissions:
chmod 755 /etc/rc.local
and reboot.