Enabling Remote Access to x86 Clients

For x86 clients, enable remote access on the clients' install service. For example:

$ installadm set-service -n svcname-for-x86 -b livessh=enable

The livessh property is stored in the /etc/netboot/svcname-for-x86/grub.cfg file:

$multiboot $kern /platform/i86pc/kernel/amd64/unix -B livessh=enable,...