diff --git a/helpers/make-casper b/helpers/make-casper
index 8a1f3aa4693a129d487c141ce4f83a8ac60a84c7..d599c77f9911ca55050e2eaa36eb72e58d0420b5 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"