From: Jan Kiszka <[email protected]> This will make the machine show up in /etc/os-release, for quick identification of SD cards from the outside.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-core/images/demo-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/demo-image.bb b/recipes-core/images/demo-image.bb index 1d8eb84..9917f2a 100644 --- a/recipes-core/images/demo-image.bb +++ b/recipes-core/images/demo-image.bb @@ -12,7 +12,7 @@ inherit image ISAR_RELEASE_CMD = "git -C ${LAYERDIR_jailhouse} describe --tags --dirty --match 'v[0-9].[0-9]*'" -DESCRIPTION = "Jailhouse demo image" +DESCRIPTION = "Jailhouse demo image (${MACHINE})" IMAGE_PREINSTALL += " \ bash-completion less vim nano man \ -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/f9659a2bfcb47c72cc47f69955ff0ce6953bc828.1562833696.git.jan.kiszka%40siemens.com. For more options, visit https://groups.google.com/d/optout.
