<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-3045669.post782655102242963272..comments</id><updated>2009-09-06T12:54:00.071+12:00</updated><category term='development'/><title type='text'>Comments on echo "Linux blog" | nc blogger.com 80: interactive debugging /boot/initrd.img</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.linuxbox.co.nz/feeds/782655102242963272/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default'/><link rel='alternate' type='text/html' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html'/><author><name>Glen</name><uri>http://www.blogger.com/profile/12173898059249805730</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://bp1.blogger.com/_6Q88OcEO0Fc/SJGkfjEsTqI/AAAAAAAAAFk/6cW6XDdZpts/S220/me.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3045669.post-4066936437928891307</id><published>2009-08-26T15:38:22.356+12:00</published><updated>2009-08-26T15:38:22.356+12:00</updated><title type='text'>Hi, thanks for this, it really helped.  I was a bi...</title><content type='html'>Hi, thanks for this, it really helped.  I was a bit surprised to see you copying all of /lib and /bin into the initrd.  In my own case, I compiled busybox, and used that, and it did what I needed to do, and I was able to debug the problem I was having.  I wouldn&amp;#39;t have thought to try that were it not for this blog posting I came across by googling.  So thanks, it really helped.  Thanks to the commenters as well.  blino, I used &amp;quot;echo mkblkdevs | nash&amp;quot; today as well in my debugging (of a block driver).&lt;br /&gt;&lt;br /&gt;Great blog you&amp;#39;ve got here.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/4066936437928891307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/4066936437928891307'/><link rel='alternate' type='text/html' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html?showComment=1251257902356#c4066936437928891307' title=''/><author><name>stevec</name><uri>http://www.blogger.com/profile/03031509310091443835</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html' ref='tag:blogger.com,1999:blog-3045669.post-782655102242963272' source='http://www.blogger.com/feeds/3045669/posts/default/782655102242963272' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-711547255'/></entry><entry><id>tag:blogger.com,1999:blog-3045669.post-436900438633910756</id><published>2009-03-24T01:34:00.000+13:00</published><updated>2009-03-24T01:34:00.000+13:00</updated><title type='text'>To run nash commands, you can also do the followin...</title><content type='html'>To run nash commands, you can also do the following:&lt;BR/&gt;echo mkblkdevs | nash --force&lt;BR/&gt;&lt;BR/&gt;This way, you don't need to write a script for each command you run.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/436900438633910756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/436900438633910756'/><link rel='alternate' type='text/html' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html?showComment=1237811640000#c436900438633910756' title=''/><author><name>blino</name><uri>http://www.blogger.com/profile/16027157121134725823</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html' ref='tag:blogger.com,1999:blog-3045669.post-782655102242963272' source='http://www.blogger.com/feeds/3045669/posts/default/782655102242963272' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1492619560'/></entry><entry><id>tag:blogger.com,1999:blog-3045669.post-7212632861389523847</id><published>2009-03-21T14:05:00.000+13:00</published><updated>2009-03-21T14:05:00.000+13:00</updated><title type='text'>as far as I've been able to tell, nash is a script...</title><content type='html'>as far as I've been able to tell, nash is a script interperter and does not provide a standard shell.  I did initially try using nash, but could not get it to provide an interactive shell.  An alternative I think would work would be busybox, but didn't want have to compile it.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/7212632861389523847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/7212632861389523847'/><link rel='alternate' type='text/html' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html?showComment=1237597500000#c7212632861389523847' title=''/><author><name>Glen</name><uri>http://www.blogger.com/profile/12173898059249805730</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://bp1.blogger.com/_6Q88OcEO0Fc/SJGkfjEsTqI/AAAAAAAAAFk/6cW6XDdZpts/S220/me.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html' ref='tag:blogger.com,1999:blog-3045669.post-782655102242963272' source='http://www.blogger.com/feeds/3045669/posts/default/782655102242963272' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1284106456'/></entry><entry><id>tag:blogger.com,1999:blog-3045669.post-4678309037949113856</id><published>2009-03-18T04:34:00.000+13:00</published><updated>2009-03-18T04:34:00.000+13:00</updated><title type='text'>About the second part of your article : wouldn't i...</title><content type='html'>About the second part of your article : wouldn't it be easier to just create a symbolic link to nash ?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/4678309037949113856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3045669/782655102242963272/comments/default/4678309037949113856'/><link rel='alternate' type='text/html' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html?showComment=1237304040000#c4678309037949113856' title=''/><author><name>yoho</name><uri>http://yoho.wordpress.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/openid16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.linuxbox.co.nz/2009/03/interactive-debugging-bootinitrdimg.html' ref='tag:blogger.com,1999:blog-3045669.post-782655102242963272' source='http://www.blogger.com/feeds/3045669/posts/default/782655102242963272' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-194956721'/></entry></feed>
