--- /usr/bin/remastersys	2009-11-04 20:36:43.000000000 -0500
+++ /home/writer/remastersys	2009-11-27 13:02:41.323002435 -0500
@@ -559,6 +559,18 @@ echo " The compressed filesystem is larg
 exit 1
 fi
 
+#Step 6.5 - Added by Tim Farley.
+#Make ISO compatible with Ubuntu Startup Disk Creator (Karmic).
+echo "Making disk compatible with Ubuntu Startup Disk Creator."
+touch $WORKDIR/ISOTMP/ubuntu
+touch $WORKDIR/ISOTMP/.disk/base_installable
+echo "full_cd/single" > $WORKDIR/ISOTMP/.disk/cd_type
+echo $(uname -a) > $WORKDIR/ISOTMP/.disk/info
+if [ "$LIVECDURL" = "" ]; then
+  LIVECDURL="http://www.geekconnection.org/remastersys"
+fi
+echo $LIVECDURL > $WORKDIR/ISOTMP/.disk/release_notes_url
+
 # Step 7 - Make md5sum.txt for the files on the livecd - this is used during the
 # checking function of the livecd
 echo "Creating md5sum.txt for the livecd/dvd"

