<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Debian on the G1 once again</title>
	<atom:link href="http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:22:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Flux_Pistol</title>
		<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/comment-page-1/#comment-61183</link>
		<dc:creator><![CDATA[Flux_Pistol]]></dc:creator>
		<pubDate>Thu, 29 Jan 2009 15:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7905#comment-61183</guid>
		<description><![CDATA[could you send me the script. I have a G1. Flux_Pistol@yahoo.com]]></description>
		<content:encoded><![CDATA[<p>could you send me the script. I have a G1. <a href="mailto:Flux_Pistol@yahoo.com">Flux_Pistol@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pilotgeek</title>
		<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/comment-page-1/#comment-59564</link>
		<dc:creator><![CDATA[Pilotgeek]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 19:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7905#comment-59564</guid>
		<description><![CDATA[I&#039;m gonna follow the current trend here... Shenanigans! I call shenanigans!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m gonna follow the current trend here&#8230; Shenanigans! I call shenanigans!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoooder</title>
		<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/comment-page-1/#comment-59527</link>
		<dc:creator><![CDATA[yoooder]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 13:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7905#comment-59527</guid>
		<description><![CDATA[Strange... when I boot debian it doesn&#039;t do an &#039;apt-get install openssh-server&#039;]]></description>
		<content:encoded><![CDATA[<p>Strange&#8230; when I boot debian it doesn&#8217;t do an &#8216;apt-get install openssh-server&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david comeau</title>
		<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/comment-page-1/#comment-59507</link>
		<dc:creator><![CDATA[david comeau]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 05:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7905#comment-59507</guid>
		<description><![CDATA[all this does is run a copy of debian out of a loopback filesystem, chroot into it, and launch bash.  it&#039;s not &quot;installed on the android&quot;.  it&#039;s running out of a jail at best.

a half-step, kinda.  it&#039;s not running native, so this doesn&#039;t count in my book.

the boot text is hilarious...this is an excerpt of the script:

echo &quot;Custom Linux Pseudo Bootstrapper V1.0 - by Mark Walker&quot;
echo &quot;WEB: http://www.androidfanatic.com&quot;
echo &quot;EML: admin@androidfanatic.com&quot;
echo &quot; &quot;
sleep 1
echo &quot;Starting init process&quot;
sleep 1
echo &quot;INIT: Debian booting.....&quot;
sleep 1
echo &quot;Running Linux Kernel&quot;
sysctl -w net.ipv4.ip_forward=1
sleep 1
echo &quot;AutoMounter started&quot;
sleep 1
echo &quot;Type EXIT to end session&quot;
echo &quot;Make sure you do a proper EXIT for a clean kill of Debian!&quot;
echo &quot; &quot;


chroot $mnt /bin/bash

...yeah, okay.  c&#039;mon now...]]></description>
		<content:encoded><![CDATA[<p>all this does is run a copy of debian out of a loopback filesystem, chroot into it, and launch bash.  it&#8217;s not &#8220;installed on the android&#8221;.  it&#8217;s running out of a jail at best.</p>
<p>a half-step, kinda.  it&#8217;s not running native, so this doesn&#8217;t count in my book.</p>
<p>the boot text is hilarious&#8230;this is an excerpt of the script:</p>
<p>echo &#8220;Custom Linux Pseudo Bootstrapper V1.0 &#8211; by Mark Walker&#8221;<br />
echo &#8220;WEB: <a href="http://www.androidfanatic.com" rel="nofollow">http://www.androidfanatic.com</a>&#8221;<br />
echo &#8220;EML: <a href="mailto:admin@androidfanatic.com">admin@androidfanatic.com</a>&#8221;<br />
echo &#8221; &#8221;<br />
sleep 1<br />
echo &#8220;Starting init process&#8221;<br />
sleep 1<br />
echo &#8220;INIT: Debian booting&#8230;..&#8221;<br />
sleep 1<br />
echo &#8220;Running Linux Kernel&#8221;<br />
sysctl -w net.ipv4.ip_forward=1<br />
sleep 1<br />
echo &#8220;AutoMounter started&#8221;<br />
sleep 1<br />
echo &#8220;Type EXIT to end session&#8221;<br />
echo &#8220;Make sure you do a proper EXIT for a clean kill of Debian!&#8221;<br />
echo &#8221; &#8221;</p>
<p>chroot $mnt /bin/bash</p>
<p>&#8230;yeah, okay.  c&#8217;mon now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david comeau</title>
		<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/comment-page-1/#comment-59505</link>
		<dc:creator><![CDATA[david comeau]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 05:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7905#comment-59505</guid>
		<description><![CDATA[so far, what scrolls on the screen could be terminal output on the screen, the packages that start to unpack are architecture neutral, and before it starts scrolling packages that show architecture [arm, armeb, i386, etc], the video cuts out.

convenient.

currently burning my bandwidth downloading and examining the installer.]]></description>
		<content:encoded><![CDATA[<p>so far, what scrolls on the screen could be terminal output on the screen, the packages that start to unpack are architecture neutral, and before it starts scrolling packages that show architecture [arm, armeb, i386, etc], the video cuts out.</p>
<p>convenient.</p>
<p>currently burning my bandwidth downloading and examining the installer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nut</title>
		<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/comment-page-1/#comment-59500</link>
		<dc:creator><![CDATA[nut]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 05:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7905#comment-59500</guid>
		<description><![CDATA[that is not &quot;A video of Debian starting up&quot;]]></description>
		<content:encoded><![CDATA[<p>that is not &#8220;A video of Debian starting up&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kd5uzz</title>
		<link>http://hackaday.com/2009/01/15/debian-on-the-g1-once-again/comment-page-1/#comment-59496</link>
		<dc:creator><![CDATA[kd5uzz]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 04:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7905#comment-59496</guid>
		<description><![CDATA[Xastir would be great.

GPS + Net access allowing APRS-IS access = single device APRS tracker. Yes, it needs internet access to make it happen, but the next step would be to pair it with a Bluetooth serial adaptor to connect to a TNC/HT combo.]]></description>
		<content:encoded><![CDATA[<p>Xastir would be great.</p>
<p>GPS + Net access allowing APRS-IS access = single device APRS tracker. Yes, it needs internet access to make it happen, but the next step would be to pair it with a Bluetooth serial adaptor to connect to a TNC/HT combo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

