[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (ee8aae6add1a1f5cb8c06e20169bc808f37a5afd)

Justin Boffemmyer scm at sourcemage.org
Fri Oct 3 07:19:23 EDT 2008


GIT changes to test cauldron by Justin Boffemmyer <flux at sourcemage.org>:

 iso/etc/fstab |    1 +
 1 files changed, 1 insertion(+)

New commits:
commit ee8aae6add1a1f5cb8c06e20169bc808f37a5afd
Author: Justin Boffemmyer <flux at sourcemage.org>
Commit: Justin Boffemmyer <flux at sourcemage.org>

    iso/etc/fstab: missing /var/tmp mount
    
    Added /var/tmp to be mounted as a tmpfs. This is needed by elvis.

diff --git a/iso/etc/fstab b/iso/etc/fstab
index a0d70b2..61792cf 100644
--- a/iso/etc/fstab
+++ b/iso/etc/fstab
@@ -7,4 +7,5 @@ tmpfs	/var/lock	tmpfs	defaults	0 0
 #tmpfs	/tmp		tmpfs	defaults	0 0
 # done by mountroot.sh
 tmpfs	/var/run	tmpfs	defaults	0 0
+tmpfs	/var/tmp	tmpfs	defaults	0 0
 sysfs	/sys		sysfs	defaults	0 0



More information about the SM-Commit mailing list