We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8ccf5 commit ec53261Copy full SHA for ec53261
README.md
@@ -44,7 +44,7 @@ Make sure you have Docker installed on your system.
44
Build the ISO with this command:
45
46
```bash
47
- docker run --rm --privileged -v $(pwd):/workdir arch-iso-builder bash -c "mkarchiso -v -w workdir/ -o out/ ."
+ docker run --privileged -v $(pwd):/workdir arch-iso-builder bash -c "mkarchiso -v -w workdir/ -o out/ ."
48
```
49
50
4. **Retrieve the ISO**:
0 commit comments