From c94bde3f48efd03f4d584fa72f97e9bc98e8b4ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Tue, 23 Apr 2013 19:09:13 +0200
Subject: [PATCH] Updated casper to get rid of /cow showing in the desktop

---
 helpers/make-casper | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-casper b/helpers/make-casper
index 8a1f3aa4..d599c77f 100644
--- a/helpers/make-casper
+++ b/helpers/make-casper
@@ -17,10 +17,13 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=4
 
 . ./config
 
+# Get rid of /cow showing in the desktop
+sed '/tmpfs/ s:$:\n/dev/loop1 /cow ext3 noauto 0 0:' scripts/casper-bottom/12fstab -i
+
 sed '/v3/ s/$/\npgrep orca || exit/' ubiquity-hooks/30accessibility -i
 
 changelog "Compiled for Trisquel"
-- 
GitLab