From 6c67a28df2bc9d805285a820212d6d299600ce7f Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 23 Feb 2011 12:35:45 -0500 Subject: Set PKG_TMPDIR for embedded/nano because it will fill up /var trying to download packages otherwise. (From sullrich) --- etc/rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/rc b/etc/rc index 887e9ec..38b971a 100755 --- a/etc/rc +++ b/etc/rc @@ -49,10 +49,12 @@ if [ "$PLATFORM" = "cdrom" ]; then fi if [ "$PLATFORM" = "embedded" ]; then + export PKG_TMPDIR=/root/ /etc/rc.embedded fi if [ "$PLATFORM" = "nanobsd" ]; then + export PKG_TMPDIR=/root/ /etc/rc.embedded fi -- cgit v1.1