From: Michal Sojka Date: Mon, 2 May 2016 13:46:39 +0000 (+0200) Subject: Add novaboot script X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/a810198abfef68237e5626d8e73e5e64ff4b74a7 Add novaboot script --- diff --git a/build/boot-linux b/build/boot-linux new file mode 100755 index 0000000..d6bc99a --- /dev/null +++ b/build/boot-linux @@ -0,0 +1,4 @@ +#!/usr/bin/env novaboot + +load buildroot/images/bzImage console=ttyS0,115200 +load buildroot/images/rootfs.cpio.gz diff --git a/build/buildroot/.config b/build/buildroot/.config index f8c2bab..37c91eb 100644 --- a/build/buildroot/.config +++ b/build/buildroot/.config @@ -739,7 +739,7 @@ BR2_PACKAGE_PYTHON_UCS2=y # BR2_PACKAGE_PYTHON_KEYRING is not set # BR2_PACKAGE_PYTHON_LIBCONFIG is not set # BR2_PACKAGE_PYTHON_LXML is not set -BR2_PACKAGE_PYTHON_MAKO=y +BR2_PACKAGE_PYTHON_MAKO=n # BR2_PACKAGE_PYTHON_MAD is not set # BR2_PACKAGE_PYTHON_MARKDOWN is not set # BR2_PACKAGE_PYTHON_MARKUPSAFE is not set