[Fai-commit] r5715 - trunk/lib
Thomas Lange
lange at alioth.debian.org
Mon Feb 1 16:25:16 UTC 2010
Author: lange
Date: 2010-02-01 16:25:14 +0000 (Mon, 01 Feb 2010)
New Revision: 5715
Modified:
trunk/lib/mkramdisk
Log:
do not create ramdisk /dev/shm, not available yet
Modified: trunk/lib/mkramdisk
===================================================================
--- trunk/lib/mkramdisk 2010-01-31 18:09:44 UTC (rev 5714)
+++ trunk/lib/mkramdisk 2010-02-01 16:25:14 UTC (rev 5715)
@@ -27,7 +27,7 @@
echo
set -e
- local tmp1=$(mktemp -p /dev/shm) || exit 12
+ local tmp1=$(mktemp) || exit 12
tar -C $1 -cf $tmp1 .
mount $2 $3 -t tmpfs tmpfs $1 || exit 13
echo "Ramdisk mounted onto $1"
More information about the Fai-commit
mailing list