#!/bin/bash # Daves clean up script for RAMDISK produciton cd / umount /mnt/tmp losetup -d /dev/loop0 echo Compressing and writing image gzip -9 < /tmp/initrd-game > /boot/initrd-game.img echo All Done