#!/bin/sh # For Networking dhclient enp0s2 # For Enabling the Root-Cell jailhouse enable /usr/share/jailhouse/cells/qemu-agl.cell # For loading the Non-Root cell jailhouse cell linux /usr/share/jailhouse/cells/agl-linux-x86-demo.cell bzImage -i rootfs.cpio -w out.file -c "console=ttyS2,115200 earlycon earlyprintk" <