mirror of
https://github.com/jiangcuo/pve-iso-builder.git
synced 2025-09-13 05:09:05 +00:00
16 lines
223 B
Markdown
16 lines
223 B
Markdown
## 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
|
||
```
|