Add bash history and dummy postinst script for pine64-plus. Signed-off-by: Vijai Kumar K <[email protected]> --- .../customizations/files/.bash_history-pine64-plus | 14 ++++++++++++++ .../customizations/files/postinst-pine64-plus | 1 + 2 files changed, 15 insertions(+) create mode 100644 recipes-core/customizations/files/.bash_history-pine64-plus create mode 100644 recipes-core/customizations/files/postinst-pine64-plus
diff --git a/recipes-core/customizations/files/.bash_history-pine64-plus b/recipes-core/customizations/files/.bash_history-pine64-plus new file mode 100644 index 0000000..8e8b246 --- /dev/null +++ b/recipes-core/customizations/files/.bash_history-pine64-plus @@ -0,0 +1,14 @@ +jailhouse enable /etc/jailhouse/pine64-plus.cell +jailhouse console +jailhouse cell create /etc/jailhouse/pine64-plus-inmate-demo.cell +jailhouse cell load inmate-demo \ + /usr/libexec/jailhouse/demos/gic-demo.bin +jailhouse cell start inmate-demo +jailhouse cell stats inmate-demo +jailhouse cell destroy inmate-demo +jailhouse cell linux /etc/jailhouse/pine64-plus-linux-demo.cell /boot/vmlinuz* \ + -d /etc/jailhouse/dts/inmate-pine64-plus.dtb \ + -i /usr/libexec/jailhouse/demos/rootfs.cpio \ + -c "console=ttyS0,115200 ip=192.168.19.2" +ssh 192.168.19.2 +jailhouse disable diff --git a/recipes-core/customizations/files/postinst-pine64-plus b/recipes-core/customizations/files/postinst-pine64-plus new file mode 100644 index 0000000..2dde661 --- /dev/null +++ b/recipes-core/customizations/files/postinst-pine64-plus @@ -0,0 +1 @@ +# Nothing to do -- 2.17.1 -- 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/20200214162440.27509-3-vijaikumar.kanagarajan%40gmail.com.
