From b67e2f96a58dcb9438c67e2c173060f413ea066a Mon Sep 17 00:00:00 2001 From: ali <010109ali@gmail.com> Date: Mon, 5 May 2025 18:04:05 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e392d6..84795c4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -docs: +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=3.21 -o image.variant=cloud erp.yaml +distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.21 erp.yaml # Image Import incus image import incus.tar.xz rootfs.squashfs --alias erp \ No newline at end of file