Обновить README.md
This commit is contained in:
parent
369cde2f5d
commit
b67e2f96a5
|
|
@ -1,11 +1,15 @@
|
||||||
docs:
|
Docs:
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
Distrobuilder
|
Distrobuilder
|
||||||
Incus
|
Incus
|
||||||
|
UUID Generator
|
||||||
|
|
||||||
|
# Password Generating
|
||||||
|
export DISTROBUILDER_ROOT_UUID=$(uuidgen)
|
||||||
|
|
||||||
# Image Compile
|
# Image Compile
|
||||||
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.21 -o image.variant=cloud erp.yaml
|
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.21 erp.yaml
|
||||||
|
|
||||||
# Image Import
|
# Image Import
|
||||||
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