Control: tags -1 + patch

Hi,

The simple patch for this issue is as follows.  It has been tested now
on kfreebsd-amd64 and kfreebsd-i386 with varying amounts of available
RAM.

  * On kfreebsd, use dynamically-sized tmpfs for:
    - /var/cache/anna
    - /var/lib/cdebconf
    to avoid running out of space in the fixed-size initrd.
    (Closes: #757985)

diff --git a/src/sbin/init-kfreebsd b/src/sbin/init-kfreebsd
index e8ea04d..e10f149 100755
--- a/src/sbin/init-kfreebsd
+++ b/src/sbin/init-kfreebsd
@@ -19,6 +19,8 @@ mount /dev
 mount /dev/fd
 mount /proc
 mount /sys
+mount -t tmpfs tmpfs /var/cache/anna
+mount -t tmpfs tmpfs /var/lib/cdebconf
 ln -s /var/run/log /dev/log
 
 # Get all kernel parameters that can be exported as environment variables

Thanks,
Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140821011150.ga6...@squeeze.pyro.eu.org

Reply via email to