From 13dbe91b827ab587ab3a2f3c9478e91a3fec8572 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 21 May 2025 09:15:10 +0800 Subject: [PATCH] fix --- docs/en/guide/lxd/lxd_install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/guide/lxd/lxd_install.md b/docs/en/guide/lxd/lxd_install.md index a473ddd664..4e517f76ff 100644 --- a/docs/en/guide/lxd/lxd_install.md +++ b/docs/en/guide/lxd/lxd_install.md @@ -27,6 +27,12 @@ Command: curl -L https://raw.githubusercontent.com/oneclickvirt/lxd/main/scripts/lxdinstall.sh -o lxdinstall.sh && chmod +x lxdinstall.sh && bash lxdinstall.sh ``` +OR + +```shell +bash lxdinstall.sh +``` + Example of initialization configuration: If there is 18GB of unused disk space on the system disk, after deducting the space already occupied, and you want to allocate 2GB of virtual memory (2048MB of SWAP) and a 15GB storage pool, then following the prompts in the command line, enter ```2048``` and ```15```.