VICE defaults to the 1541-II (drive type 1542), whose ROM we don't
have installed. Without this flag the autostart LOAD"*",8,1 fails
with ?DEVICE NOT PRESENT. We have the original 1541 ROM at
~/.local/share/vice/DRIVES/dos1541-325302-01+901229-05.bin, so
forcing drive type 1541 makes autostart succeed.
Added to both the foreground (-v/-V) and background (-p/-P) VICE
launches. The --kill pgrep regex still matches (the .* after
+confirmonexit covers the new -drive8type flag).