#!/bin/sh
show=
while read -r p; do
	case "$p" in
		\###*) show=yes ;;
		*) test $show && echo $p ;;
	esac
done < $0
exec /bin/sh
###
Get the initrd from an existing Fatdog64 ISO or installation, extract 
it, and put the content in fatdog-initrd in the ISO builder, after
replacing what was originall there (this script). 
Remove fd64.sfs and kernel-modules.sfs - these will be replaced by the 
build process.  

If you forget to do that, this is what you will see. 
It is safe to power off your system after you read this message.
