From 62a1ab305478ee855624a50171e595a590d9dfc3 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 16 Dec 2011 14:46:21 +0100 Subject: [PATCH] Don't suggest /dev/shm as a build location Use a purpose tmpfs instead. --- docs/grml-live.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 88825d0..8d421e5 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -252,12 +252,10 @@ system: [NOTE] -If you have enough free space inside /dev/shm (being a tmpfs, usually you should -have >=1GB of RAM) just run "mount -o remount,suid,dev,rw /dev/shm" and use -/dev/shm as build and output directory - resulting in very fast build process. -But please be aware of the fact that rebooting your system will result in an -empty /dev/shm, so please use another directory for $CHROOT_OUTPUT, -$BUILD_OUTPUT and $ISO_OUTPUT if you plan to create more persistent output. :) +If you have enough RAM, just run "mount -t tmpfs none /mnt/ramdisk" to get a +tmpfs ("RAMDISK"), and use /mnt/ramdisk as build and output directory - this +results in a very fast build process. Note that these files will be gone when +rebooting. [[main-features]] Main features of grml-live -- 2.1.4