#!/bin/bash mkdir -p output rm -rf output/* find . -depth -print | cpio -o -H newc > output/initrd.img cp output/initrd.img ../isodir/boot