loading initrd now...

This commit is contained in:
2026-06-30 00:03:21 -05:00
parent 5983212da0
commit ce81d4eb31
8 changed files with 247 additions and 17 deletions

5
initrd/make_img.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
mkdir -p output
rm -rf output/*
find . -depth -print | cpio -o -H newc > output/initrd.img