diff -Naur systemd-195/units/getty@.service.m4 systemd-195-busybox/units/getty@.service.m4 --- systemd-195/units/getty@.service.m4 2012-11-16 14:00:19.654750821 +0100 +++ systemd-195-busybox/units/getty@.service.m4 2012-11-16 14:10:05.267746720 +0100 @@ -46,7 +46,7 @@ Environment=TERM=linux # the VT is cleared by TTYVTDisallocate m4_ifdef(`TARGET_MAGELLAN', -``ExecStart=-/sbin/agetty --noclear %I $GETTY_SPEED $GETTY_OPTS +``ExecStart=-/sbin/getty %I $GETTY_SPEED $GETTY_OPTS '', ``ExecStart=-/sbin/agetty --noclear %I 38400'' )m4_dnl