Update README.md
Some checks failed
Build Zero OS Initramfs / build (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, basic) (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, serial) (push) Has been cancelled

This commit is contained in:
2025-09-24 08:10:52 +00:00
parent 2142876e3d
commit d529d53827

View File

@@ -369,7 +369,7 @@ podman run --rm \
./scripts/build.sh ./scripts/build.sh
``` ```
### Cross-Platform Support ### Cross-Platform Support (totally untestd)
The build system supports multiple architectures: The build system supports multiple architectures:
@@ -419,15 +419,6 @@ export DEBUG=1
./scripts/build.sh ./scripts/build.sh
``` ```
### Size Analysis
```bash
# Analyze initramfs contents
./scripts/analyze-size.sh
# Show largest files
find initramfs/ -type f -exec du -h {} \; | sort -rh | head -20
```
## Contributing ## Contributing
1. **Fork** the repository 1. **Fork** the repository