#!/bin/sh # rm -rf initrd mkdir -p initrd cd initrd echo "Unpacking initrd.gz into initrd ..." gzip -dc ../cdrom/casper/initrd.gz | cpio -i