28 lines
785 B
Markdown
28 lines
785 B
Markdown
Docs:
|
|
|
|
# Dependencies
|
|
Distrobuilder
|
|
Incus
|
|
UUID Generator
|
|
|
|
# Password Generating
|
|
export DISTROBUILDER_ROOT_UUID=$(uuidgen)
|
|
|
|
# Image Compile
|
|
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
|
|
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
|