mirror of
https://github.com/fsquillace/junest.git
synced 2026-08-04 00:32:19 +00:00
Remove package-query as a dependency for building JuNest Image
This commit is contained in:
parent
c3610ec86a
commit
358f92d3e0
2 changed files with 2 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ function build_image_env(){
|
|||
|
||||
_check_package arch-install-scripts
|
||||
_check_package gcc
|
||||
_check_package package-query
|
||||
|
||||
local disable_validation=$1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue