pve-iso-builder/Readme.md
2025-02-14 13:22:27 +08:00

16 lines
223 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## How to use
Please use the Debian system to execute this script
#### clean and build
```
apt install debootstrap squashfs-tools xorriso -y
bash build.sh clean
```
#### build without clean
```
bash build.sh
```