debian-forge/samples
Tom Gundersen a914627c89 stages: add debug shell
This gives shell access into the image on a given tty. Useful for
testing and debugging, while minimally affecting the image.

Note that this must never be used in production, as it allows root
access without a password.

For instance this could be used to verify that an image was fully
booted:

```
[teg@teg-x270 osbuild]$ qemu-kvm -m 1024 -nographic -serial mon:stdio -snapshot  base.qcow2
sh-5.0# systemctl is-system-running --wait
running
```

Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-08-27 23:32:04 +03:00
..
base-from-yum.json Pipeline: add support for a build pipeline 2019-08-02 00:57:28 +02:00
base-qcow2.json stages: add debug shell 2019-08-27 23:32:04 +03:00
base.json rename io.weldr to org.osbuild (#39) 2019-07-26 09:40:55 +02:00
build-from-yum.json travis: add a test for a yum-based pipeline 2019-07-31 01:34:31 +02:00
noop.json travis: add an osbuild test 2019-07-31 01:34:31 +02:00