This commit is contained in:
spiritlhl
2025-05-21 09:15:10 +08:00
committed by GitHub
parent 1d9e1fe2c7
commit 13dbe91b82

View File

@@ -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```.