# Quick and stoopid patch that simply removes the tmp_storage_check call
# when installing the Juniper OS on a Virtualbox environment.
#
# This function has a tendency to return a negative value, so if you've 
# got space, just add the patch and fugetaboutit.
#
# You might find this useful if you're being hit by this warning:
#
# WARNING: The /tmp filesystem that is created by the next stage of
# WARNING: the installer does not have sufficient space. This package
# WARNING: requires 159804k free (2k for configuration
# WARNING: files and 159802k for the new software), but there is
# WARNING: only -12140k availabe.
#
# @author: Matthew Gillespie
# @note: Should really be "@deleter of line: Matthew Gillespie"
--- +REQUIRE	Sat Dec  8 08:30:31 2007
+++ require-fixed	Thu Aug  8 13:34:03 2013
@@ -2742,7 +2742,10 @@
 	config_storage_check
     fi
 
-    tmp_storage_check
+    #This check has a tendency to fail in a Virtualbox instance of
+    #FreeBSD 4.11, so I'm waxing it.
+    #-Matthew Gillespie
+    #tmp_storage_check
     pic_combination_check
 fi
 
