<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,10 +4,13 @@ TARGET=&quot;${LIVECD}target&quot;
 mkdir -p &quot;${SOURCE}&quot;
 mkdir -p &quot;${TARGET}&quot;
 makesqfs() {
+  cp &quot;${SOURCE}&quot;/boot/vmlinuz26 &quot;${SOURCE}&quot;/arch/
 	mount-chroot
 	chroot source /bin/bash --login &lt;&lt;CHROOTED
 	depmod -a $(ls &quot;${SOURCE}&quot;/lib/modules/)
 	pacman -Q &gt; package.lst
+  pacman -Swd initscripts
+  cp /var/cache/pacman/pkg/initscripts-*.pkg.tar.gz /arch/
   freshclam
 	yes |hwd -u
 	localepurge
@@ -18,6 +21,7 @@ CHROOTED
 	cd source
 	find var/log -type f -exec rm '{}' \;
 	time mksquashfs . ../target/archlive.sqfs -ef ../exclude -wildcards -noappend -sort ../load.order.new
+  rm &quot;${SOURCE}&quot;/arch/{vmlinuz26,initscripts-*.pkg.tar.gz}
 }
 makechaox() {
 	_DATE=&quot;$(date +%F-%H-%M)&quot;</diff>
      <filename>code/livecd-functions.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5c733a25f9196523672daa07ee2b21512ebd7fb1</id>
    </parent>
  </parents>
  <author>
    <name>jensp</name>
    <email>jens@jenux.homelinux.org</email>
  </author>
  <url>http://github.com/jensp/chaox-ng-livecd/commit/32d3905ea8db9826676f22edf657b65191610614</url>
  <id>32d3905ea8db9826676f22edf657b65191610614</id>
  <committed-date>2009-07-04T13:07:15-07:00</committed-date>
  <authored-date>2009-07-04T13:07:15-07:00</authored-date>
  <message>updated squashfs function to copy the files used by the installer</message>
  <tree>30f7deebc34f470d4834af7e46153d99ba813100</tree>
  <committer>
    <name>jensp</name>
    <email>jens@jenux.homelinux.org</email>
  </committer>
</commit>
