#!/bin/bash cd sysroot find . -depth -print | cpio -o -H newc > ../isodir/boot/initrd.img cd ..