From: Andres Salomon Date: Wed, 20 Aug 2008 04:18:27 +0000 (-0400) Subject: drop /var/cache/apt/cache from fstab X-Git-Tag: v0.1~7 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=380c3918638e29d86a8d94277610e98eef2e5fee drop /var/cache/apt/cache from fstab Signed-off-by: Andres Salomon --- diff --git a/functions.sh b/functions.sh index 00a23a4..705c4c9 100644 --- a/functions.sh +++ b/functions.sh @@ -47,7 +47,6 @@ devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults,size=15% 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 -tmpfs /var/cache/apt/cache tmpfs defaults 0 0 none /ofw promfs defaults 0 0 EOF }