Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -369,7 +369,7 @@ podman run --rm \
|
||||
./scripts/build.sh
|
||||
```
|
||||
|
||||
### Cross-Platform Support
|
||||
### Cross-Platform Support (totally untestd)
|
||||
|
||||
The build system supports multiple architectures:
|
||||
|
||||
@@ -419,15 +419,6 @@ export DEBUG=1
|
||||
./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
|
||||
|
||||
1. **Fork** the repository
|
||||
|
||||
Reference in New Issue
Block a user