Files
RockOS/make_img.sh

5 lines
97 B
Bash
Raw Normal View History

#!/bin/bash
2026-07-16 16:09:12 -05:00
cd sysroot
2026-07-15 08:07:06 -05:00
find . -depth -print | cpio -o -H newc > ../isodir/boot/initrd.img
cd ..