mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 14:43:51 +00:00
Merge pull request #413 from jodh-intel/debug-console-needs-systemd
docs: Explain systemd needed for debug console
This commit is contained in:
commit
c67e7b78fa
@ -627,6 +627,18 @@ boot the virtual machine.
|
|||||||
If you want to login to a virtual machine that hosts your containers, complete
|
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.
|
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
|
### Create a custom image containing a shell
|
||||||
|
|
||||||
To login to a virtual machine, you must
|
To login to a virtual machine, you must
|
||||||
|
Loading…
Reference in New Issue
Block a user