Обновить README.md
This commit is contained in:
parent
a7b525fc4d
commit
fd17d3cb0a
12
README.md
12
README.md
|
|
@ -9,13 +9,17 @@ UUID Generator
|
|||
export DISTROBUILDER_ROOT_UUID=$(uuidgen)
|
||||
|
||||
# Image Compile
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-develop.yaml
|
||||
Jey ERP Stable Version 16
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 jeyerp-stable.yaml --import-into-incus jeyerp-stable
|
||||
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp.yaml
|
||||
Jey ERP Latest Version Develop
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-latest.yaml --import-into-incus jeyerp-latest
|
||||
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-develop.yaml
|
||||
ERPNext Stable Version 16
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 erp-stable.yaml --import-into-incus erp-stable
|
||||
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp.yaml
|
||||
Jey ERP Latest Version Develop
|
||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-latest.yaml --import-into-incus erp-latest
|
||||
|
||||
# Image Import
|
||||
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop
|
||||
|
|
|
|||
Loading…
Reference in New Issue