<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -155,6 +155,10 @@ More information please read the example file `config/default.cookbook`
 	# configuration files to be overwritten 
 	# these will be copied from the &quot;package/config&quot; directory
 
+	[alternative]
+	# project-specified configuration files
+	# under &quot;package/config/alternative/$MKXPUD_CODENAME/&quot; 
+
 	[overwrite]
 	# system-wide files to be overwritten
 	# these will be copied from the &quot;skeleton/overwrite&quot; directory</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -100,6 +100,11 @@ function strip {
 						[ -d $MKXPUD_TARGET/`dirname $A` ] || mkdir -p $MKXPUD_TARGET/`dirname $A` 
 						cp -rfpL --remove-destination package/config/$A $MKXPUD_TARGET/$A
 					;;
+				alternative) 
+						## package/alternative/$MKXPUD_CODENAME
+						[ -d $MKXPUD_TARGET/`dirname $A` ] || mkdir -p $MKXPUD_TARGET/`dirname $A` 
+						cp -rfpL --remove-destination package/alternative/$MKXPUD_CODENAME/$A $MKXPUD_TARGET/$A
+					;;
 				overwrite) 
 						## skeleton/overwrite/
 						</diff>
      <filename>tools/function.sh</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>skeleton/boot/zip/README.txt</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/chain.c32</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/syslinux/ldlinux.sys</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/syslinux/lilo</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/syslinux/mbr.bin</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/syslinux/syslinux</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/syslinux/syslinux.cfg</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/syslinux/syslinux.com</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/syslinux/syslinux.exe</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/vesamenu.c32</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/boot/xpud.png</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/install.bat</filename>
    </removed>
    <removed>
      <filename>skeleton/boot/zip/install.sh</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>58fb1abd675a824b27d429ff6dd795152b1cec2a</id>
    </parent>
  </parents>
  <author>
    <name>Chen, Ping-Hsun</name>
    <email>penkia@gmail.com</email>
  </author>
  <url>http://github.com/penk/mkxpud/commit/897a138526af95285f99e86ff36800a78b47ec3d</url>
  <id>897a138526af95285f99e86ff36800a78b47ec3d</id>
  <committed-date>2009-06-17T18:31:27-07:00</committed-date>
  <authored-date>2009-06-17T18:31:27-07:00</authored-date>
  <message>add [alternative] section in recipe for project-specified file</message>
  <tree>92462115c6533fc62af83dd7e89e5327e2b45588</tree>
  <committer>
    <name>Chen, Ping-Hsun</name>
    <email>penkia@gmail.com</email>
  </committer>
</commit>
