This commit is contained in:
2026-07-15 08:07:06 -05:00
parent c77d9e1725
commit 44a0c9aeba
9 changed files with 126 additions and 51 deletions

View File

@@ -8,7 +8,5 @@ mkdir -p initrd/bin
cp programs/bin/* initrd/bin
cd initrd
find . -depth -print | cpio -o -H newc > ../initrd.img
cd ..
cp initrd.img isodir/boot
find . -depth -print | cpio -o -H newc > ../isodir/boot/initrd.img
cd ..