Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (ee8aae6add1a1f5cb8c06e20169bc808f37a5afd)
  • Date: Fri, 3 Oct 2008 06:19:23 -0500

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



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (ee8aae6add1a1f5cb8c06e20169bc808f37a5afd), Justin Boffemmyer, 10/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page