This looks really useful
On Wed, 5 Feb 2020 at 21:38, Klemens Nanni <[email protected]> wrote:
> On Wed, Feb 05, 2020 at 09:35:25PM +0100, Klemens Nanni wrote:
> > Straight forward diff to allow calling disks names:
> >
> > $ cat ldom.conf
> > domain guest {
> > vcpu 4
> > memory 8G
> > vnet
> > vdisk "/var/ldom/guest.img"
> > vdisk "/var/ldom/miniroot.fs" devalias=miniroot
> > }
> The same for network would be trivially to add:
>
> vnet devalias=netboot
>
> I have a few domains with two or more vnets, one of them is for
> diskless(8) so the following can be as handy; it's little change for
> notable convenience:
>
> {ok} boot netboot
>
>