From 358f92d3e054535e8c17d99195d512d1402dbd85 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Tue, 25 Apr 2017 22:53:10 +0100 Subject: [PATCH] Remove package-query as a dependency for building JuNest Image --- README.md | 4 ++-- lib/core/build.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e9a3ac..d5b7cc5 100644 --- a/README.md +++ b/README.md @@ -174,9 +174,9 @@ You can build a new JuNest image from scratch by running the following command: The script will create a directory containing all the essentials files in order to make JuNest working properly (such as pacman, yogurt and proot). -The option **-n** will skip the final validation tests if they are not needed. +The option `-n` will skip the final validation tests if they are not needed. Remember that the script to build the image must run in an Arch Linux OS with -arch-install-scripts, package-query and the base-devel packages installed. +arch-install-scripts and the base-devel packages installed. To change the build directory just use the `JUNEST_TEMPDIR` (by default /tmp). After creating the image junest-x86\_64.tar.gz you can install it by running: diff --git a/lib/core/build.sh b/lib/core/build.sh index 72bfda3..adcca80 100644 --- a/lib/core/build.sh +++ b/lib/core/build.sh @@ -36,7 +36,6 @@ function build_image_env(){ _check_package arch-install-scripts _check_package gcc - _check_package package-query local disable_validation=$1