Обновить README.md
This commit is contained in:
parent
8bbce1c355
commit
e2414b58e8
|
|
@ -9,7 +9,13 @@ UUID Generator
|
||||||
export DISTROBUILDER_ROOT_UUID=$(uuidgen)
|
export DISTROBUILDER_ROOT_UUID=$(uuidgen)
|
||||||
|
|
||||||
# Image Compile
|
# Image Compile
|
||||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.21 erp.yaml
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-develop.yaml
|
||||||
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp.yaml
|
||||||
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-develop.yaml
|
||||||
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp.yaml
|
||||||
|
|
||||||
# Image Import
|
# Image Import
|
||||||
|
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop
|
||||||
|
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp
|
||||||
|
incus image import incus.tar.xz rootfs.squashfs --alias erp-develop
|
||||||
incus image import incus.tar.xz rootfs.squashfs --alias erp
|
incus image import incus.tar.xz rootfs.squashfs --alias erp
|
||||||
Loading…
Reference in New Issue