<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/block-mount, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>block-mount: drop package, ubox now does the job for us</title>
<updated>2013-06-21T16:53:00+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d55316af38d76fc62d5354b9f444d474406f801d'/>
<id>d55316af38d76fc62d5354b9f444d474406f801d</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36988
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36988
</pre>
</div>
</content>
</entry>
<entry>
<title>block-mount: add a delay between sto pand start in fstab init restart action, fixes a lock race condition observed in VirtualBox</title>
<updated>2012-12-19T09:41:28+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-12-19T09:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=50983767b37ee20c8bb62553d72abfee4bb800dd'/>
<id>50983767b37ee20c8bb62553d72abfee4bb800dd</id>
<content type='text'>
SVN-Revision: 34784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 34784
</pre>
</div>
</content>
</entry>
<entry>
<title>block-mount: additionally try to umount disk by mountpoint (#12056)</title>
<updated>2012-09-10T09:48:31+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-09-10T09:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=77fe98d1342d957188c81675279e7202e2837f5c'/>
<id>77fe98d1342d957188c81675279e7202e2837f5c</id>
<content type='text'>
SVN-Revision: 33357
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33357
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix extroot by UUID</title>
<updated>2012-07-01T11:06:32+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-07-01T11:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6e419fbdeb4bb65d61f86a28ac0fbdfa40e03091'/>
<id>6e419fbdeb4bb65d61f86a28ac0fbdfa40e03091</id>
<content type='text'>
Extroot works fine when the target device is specified by a path. It fails
however if the device is specified by UUID (the target partition gets mounted
much later by hotplug hooks). This is because the blkid command is no longer
compiled into BusyBox (since changeset [1]) so it's unavailable for the
preinit phase.

The closest bug report I was able to find is [2], although the reporting person
mentions that /tmp/overlay-disabled showed up which wasn't there in my case.

This patch sets PATH and LD_LIBRARY_PATH environment variables so that the
blkid command installed on the target device can be used by that particular
preinit script.

[1] https://dev.openwrt.org/changeset/26245
[2] https://dev.openwrt.org/ticket/10653

Signed-off-by: Jaroslaw Swierczynski &lt;jarek1701@gmail.com&gt;

SVN-Revision: 32567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extroot works fine when the target device is specified by a path. It fails
however if the device is specified by UUID (the target partition gets mounted
much later by hotplug hooks). This is because the blkid command is no longer
compiled into BusyBox (since changeset [1]) so it's unavailable for the
preinit phase.

The closest bug report I was able to find is [2], although the reporting person
mentions that /tmp/overlay-disabled showed up which wasn't there in my case.

This patch sets PATH and LD_LIBRARY_PATH environment variables so that the
blkid command installed on the target device can be used by that particular
preinit script.

[1] https://dev.openwrt.org/changeset/26245
[2] https://dev.openwrt.org/ticket/10653

Signed-off-by: Jaroslaw Swierczynski &lt;jarek1701@gmail.com&gt;

SVN-Revision: 32567
</pre>
</div>
</content>
</entry>
<entry>
<title>/etc/functions.sh =&gt; /lib/functions.sh</title>
<updated>2012-06-05T16:04:23+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-06-05T16:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9ae901445be2f33658142e401556818edbafaaf7'/>
<id>9ae901445be2f33658142e401556818edbafaaf7</id>
<content type='text'>
SVN-Revision: 32062
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32062
</pre>
</div>
</content>
</entry>
<entry>
<title>block-mount: add missing chunk of previous commit</title>
<updated>2012-03-21T02:29:47+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-03-21T02:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2419c1370ac299eacc080ee21af105fb5146f427'/>
<id>2419c1370ac299eacc080ee21af105fb5146f427</id>
<content type='text'>
SVN-Revision: 31050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31050
</pre>
</div>
</content>
</entry>
<entry>
<title>block-mount: invoke blkid without cache file, this seems to fix mounts by uuid or label</title>
<updated>2012-03-21T02:29:26+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-03-21T02:29:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=88866c94842a78ada3bbf809131b431a85bab0e9'/>
<id>88866c94842a78ada3bbf809131b431a85bab0e9</id>
<content type='text'>
SVN-Revision: 31049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31049
</pre>
</div>
</content>
</entry>
<entry>
<title>block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)</title>
<updated>2012-02-13T15:31:31+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-02-13T15:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=904ecc215906860a7c6730ab682a9019c0859d61'/>
<id>904ecc215906860a7c6730ab682a9019c0859d61</id>
<content type='text'>
SVN-Revision: 30501
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 30501
</pre>
</div>
</content>
</entry>
<entry>
<title>block-mount: Fixed module loading (double cat is wrong)</title>
<updated>2011-11-02T18:38:38+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>crazycshore@gmail.com</email>
</author>
<published>2011-11-02T18:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c4e9e4d27ed84b056e7e195826e782cad3c7230b'/>
<id>c4e9e4d27ed84b056e7e195826e782cad3c7230b</id>
<content type='text'>
SVN-Revision: 28717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28717
</pre>
</div>
</content>
</entry>
<entry>
<title>package/blockmount: simplify extroot module loading logic</title>
<updated>2011-10-28T13:10:50+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2011-10-28T13:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3bcb16b305726048905f6cc3ab377c5977008a4d'/>
<id>3bcb16b305726048905f6cc3ab377c5977008a4d</id>
<content type='text'>
SVN-Revision: 28650
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28650
</pre>
</div>
</content>
</entry>
</feed>
