<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/index.php?action=history&amp;feed=atom&amp;title=Community_SSU%2FFeatures%2Fke-recv</id>
	<title>Community SSU/Features/ke-recv - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/index.php?action=history&amp;feed=atom&amp;title=Community_SSU%2FFeatures%2Fke-recv"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Community_SSU/Features/ke-recv&amp;action=history"/>
	<updated>2026-04-22T03:49:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Community_SSU/Features/ke-recv&amp;diff=4527&amp;oldid=prev</id>
		<title>imported_&gt;merlin1991: New page: == Mount Blacklist == Whenever ke-recv mounts a device /etc/default/osso-mmc-blacklist.sh is called first, if the script calls exit itself the mount attempt is aborted.  Below is a sample ...</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Community_SSU/Features/ke-recv&amp;diff=4527&amp;oldid=prev"/>
		<updated>2012-08-27T10:13:43Z</updated>

		<summary type="html">&lt;p&gt;New page: == Mount Blacklist == Whenever ke-recv mounts a device /etc/default/osso-mmc-blacklist.sh is called first, if the script calls exit itself the mount attempt is aborted.  Below is a sample ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Mount Blacklist ==&lt;br /&gt;
Whenever ke-recv mounts a device /etc/default/osso-mmc-blacklist.sh is called first, if the script calls exit itself the mount attempt is aborted.&lt;br /&gt;
&lt;br /&gt;
Below is a sample script that can be used to blacklist mountpoints:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
BLACKLIST=/etc/default/osso-mmc-blacklist&lt;br /&gt;
&lt;br /&gt;
grep &amp;quot;$PDEV&amp;quot; ${BLACKLIST} &amp;gt; /dev/null&lt;br /&gt;
if [ $? = 0 ]; then&lt;br /&gt;
  exit 0&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Fremantle]]&lt;/div&gt;</summary>
		<author><name>imported_&gt;merlin1991</name></author>
	</entry>
</feed>