OK, a lot of digging and I have found an answer(?)
ifconfig -a
I know it's an outdated command, but this gives all the info on the interface so you can copy the MAC address
Then make a new file
nano /etc/systemd/network/10-eth0.link
It should contain:
[Match]
MACAddress=<The MAC address of the interface>
[Link]
Name-eth0

Now rebooting during install should sort it, or maybe have to redo the procedure afterwards


On Sat, 6 Jul 2019 at 12:38, Keith Williams <keithwilliamsnp@gmail.com> wrote:
Having already upgraded 2 home boxes to Buster over recent weeks, I will today start to do so with my VPS. However I already have a query that you might be able to help with Andy, and which might be useful to other customers. It concerns interface names. I followed the advice on Debian and Udev sites and the name Udev is suggesting for my eth0 is some preposterous one along the lines of epx followed by the complete MAC address (OK a slight exaggeration). That is the only one returned by  
udevadm test-builtin net_id /sys/class/net/eth0 2>/dev/null
Outputs
ID_NET_NAME_MAC=enx00165e00036c
ID_OUI_FROM_DATABASE=Precision I/O
This is of course too unwieldy to actually use so I followed through the instructions for changing it to say eth0 to save editing all the /etc files which explicitly name the interface.
None of the files seem to exist. Is this because it is all under the control of Xen rather than the virtual machine? i.e. can I stop worrying?
Sorry, I seem to be asking a lot of questions lately

Keith

On Sat, 6 Jul 2019 at 00:20, Andy Smith <andy@bitfolk.com> wrote:
On Fri, Jul 05, 2019 at 11:15:26PM +0000, Andy Smith wrote:
> If you issue the command:
>
>     xen shell> install debian_testing
>
> now or at any time after the release of Debian 10 then I believe
> this should result in a working install of Debian 10. I just tested
> it with a minimal install (base system + openssh) and it seems to
> (still) work.

I forgot to add: if you're planning to do a new install and you're
currently on 32-bit, I strongly recommend that you pick 64-bit
unless you have a very good reason for requiring 32-bit. You can
switch between 32- and 64-bit with the "arch" command.

That goes for anyone installing anything new at BitFolk, not just
Debian 10.

Cheers,
Andy

--
https://bitfolk.com/ -- No-nonsense VPS hosting
_______________________________________________
announce mailing list
announce@lists.bitfolk.com
https://lists.bitfolk.com/mailman/listinfo/announce
_______________________________________________
users mailing list
users@lists.bitfolk.com
https://lists.bitfolk.com/mailman/listinfo/users