From d529d538275e0cfef40c62db7056cbc94de79582 Mon Sep 17 00:00:00 2001 From: delandtj Date: Wed, 24 Sep 2025 08:10:52 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 2cf94b9..39393ed 100644 --- a/README.md +++ b/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