[Fai-commit] r4445 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Fri Jul 13 07:51:55 UTC 2007


Author: lange
Date: 2007-07-13 07:51:55 +0000 (Fri, 13 Jul 2007)
New Revision: 4445

Removed:
   trunk/lib/create_ramdisk
Log:
replaced by unionfs


Deleted: trunk/lib/create_ramdisk
===================================================================
--- trunk/lib/create_ramdisk	2007-07-13 07:50:41 UTC (rev 4444)
+++ trunk/lib/create_ramdisk	2007-07-13 07:51:55 UTC (rev 4445)
@@ -1,24 +0,0 @@
-#! /bin/sh
-
-# $Id$
-
-# create a writeable area on the install client
-
-### BEGIN SUBROUTINE INFO
-# Provides-Var:    none
-# Requires-Var:    none
-# Short-Description: <task desc.>
-### END SUBROUTINE INFO
-
-mount -n -t proc proc /proc
-
-# if we have shm use it as ramdisk
-mount -t tmpfs tmpfs /tmp || {
-    ramdevice=/dev/ram0
-    mke2fs -q -m 0 $ramdevice && echo "ramdisk $ramdevice created"
-    mount -n $ramdevice /tmp
-}
-mkdir -p /tmp/etc /tmp/target
-
-mkrw -n /dev /var/run /var/log /var/lock /var/discover /var/lib/discover /etc/sysconfig /etc/lvm
-mkrw -n /var/lib/cfengine2 /var/lib/heartbeat 




More information about the Fai-commit mailing list