<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linhes_pkgbuild/abs/core-testing/linhes-live/etc, branch master</title>
<subtitle>The LinHES PKGBUILD repository</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/'/>
<entry>
<title>Removed old core and extra from repo.  Renamed -testing to core/extra.  This will setup the base for the testing branch.</title>
<updated>2010-10-23T18:19:39Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2010-10-23T18:17:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=adbcf19958300e9b6598990184c8815b945ba0ee'/>
<id>adbcf19958300e9b6598990184c8815b945ba0ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linhes-live: change pattern match to pick up on " modules"</title>
<updated>2009-07-06T05:07:57Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2009-07-06T05:07:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=4411f213464b6cc9e5af838d8d60e5bcddaee790'/>
<id>4411f213464b6cc9e5af838d8d60e5bcddaee790</id>
<content type='text'>
this stops it from picking up disablemodules
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this stops it from picking up disablemodules
</pre>
</div>
</content>
</entry>
<entry>
<title>linhes-live:  add ability to list modules on cmdline to load</title>
<updated>2009-07-06T04:54:16Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2009-07-06T04:54:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=bd85a03ffbbe362d9776483fb5cd5f5c3cdcd230'/>
<id>bd85a03ffbbe362d9776483fb5cd5f5c3cdcd230</id>
<content type='text'>
modules=a,b,c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modules=a,b,c
</pre>
</div>
</content>
</entry>
<entry>
<title>print boot device and eject device on shutdown.</title>
<updated>2009-01-13T05:27:44Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2009-01-13T05:27:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=d4a20873431dc5575e7961b3e71493bb111dbe36'/>
<id>d4a20873431dc5575e7961b3e71493bb111dbe36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct not ejecting the cd because it thinks it's not a cddrive.</title>
<updated>2009-01-12T23:32:57Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2009-01-12T23:32:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=0ddfab039265ac932a8a48b01e90ffdb434d7fb7'/>
<id>0ddfab039265ac932a8a48b01e90ffdb434d7fb7</id>
<content type='text'>
Moved break inside the loop, so the loop actually loops instead of stopping after the first device.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved break inside the loop, so the loop actually loops instead of stopping after the first device.
</pre>
</div>
</content>
</entry>
<entry>
<title>preload seq command.</title>
<updated>2008-12-05T18:06:28Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2008-12-05T18:06:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=9c63001e5eb322bf73aed1541884027f422ff480'/>
<id>9c63001e5eb322bf73aed1541884027f422ff480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't eject the cd if VMWARE is used or if the boot device is not a CD drive.</title>
<updated>2008-12-04T21:19:55Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2008-12-04T21:19:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=46cf7f52515f3c0dd412f94118839082d24fde53'/>
<id>46cf7f52515f3c0dd412f94118839082d24fde53</id>
<content type='text'>
Also introduce a 10 second timer before retracting the CD.
REF FS#30
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also introduce a 10 second timer before retracting the CD.
REF FS#30
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified live-shutdown to preload commands so an eject will occur.</title>
<updated>2008-11-30T04:10:25Z</updated>
<author>
<name>Cecil Hugh Watson</name>
<email>knoppmyth@gmail.com</email>
</author>
<published>2008-11-30T04:10:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=fba7ea15ad46f8655bf17ab4c1cc5a8228d39e1b'/>
<id>fba7ea15ad46f8655bf17ab4c1cc5a8228d39e1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial import</title>
<updated>2008-10-02T03:19:12Z</updated>
<author>
<name>James Meyer</name>
<email>James.meyer@operamail.com</email>
</author>
<published>2008-10-02T03:19:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a'/>
<id>0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
