Merge pull request #413 from jodh-intel/debug-console-needs-systemd

docs: Explain systemd needed for debug console
This commit is contained in:
GabyCT 2019-03-25 09:41:30 -06:00 committed by GitHub
commit c67e7b78fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -627,6 +627,18 @@ boot the virtual machine.
If you want to login to a virtual machine that hosts your containers, complete
the following steps, which assume the use of a rootfs image.
> **Note:** The debug console instructions below assume a systemd based guest
> O/S image meaning you must create a rootfs for a distro that supports
> systemd. Currently, all distros supported by
> [osbuilder](https://github.com/kata-containers/osbuilder) support systemd,
> except for Alpine Linux. To check if a distro supports systemd look for
> `INIT_PROCESS=systemd` in the `config.sh` osbuilder rootfs config file for
> the distro you wish to build a rootfs for (for example see the [Clear Linux
> `config.sh`
> file](https://github.com/kata-containers/osbuilder/blob/master/rootfs-builder/clearlinux/config.sh)).
> For non-systemd based distros, you will need to create an equivalent system
> service using that distros init system syntax instead.
### Create a custom image containing a shell
To login to a virtual machine, you must