summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-10-03 23:21:47 +0200
committerDirk von Suchodoletz2006-10-03 23:21:47 +0200
commit8b6272ebfe3d3d2c415b64fe4c14cea8baffff62 (patch)
tree608d26c2a9fbaf95fa2d8e1c11deb74d0a4a6138 /initramfs/mkdxsinitrd
parentnow /w grouptest. checks machine-setup in which slxgrp a clinet is, and (diff)
downloadcore-8b6272ebfe3d3d2c415b64fe4c14cea8baffff62.tar.gz
core-8b6272ebfe3d3d2c415b64fe4c14cea8baffff62.tar.xz
core-8b6272ebfe3d3d2c415b64fe4c14cea8baffff62.zip
Naming in mkdxsinitrd and slxmkramfs (temporary directory where pre-cpio
initialramfs stuff could be found -> /tmp/slx-tmpramfs), see MkinitrdHowto too ... (matched to documentation too) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@436 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/mkdxsinitrd')
-rwxr-xr-xinitramfs/mkdxsinitrd6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 7af712ae..a2df3539 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -4,7 +4,7 @@
# ramdisks for linux diskless clients (stage2 system
# setup)
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 18-09-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 03-10-2006
# Nico Dietrich
# Felix Endres
# <mj0@uni-freiburg.de> (xenbr), 27-09-2006
@@ -357,7 +357,7 @@ goto_script_dir
# set temporary setup directory, clean it and setup basic directory
# structure
if [ -z "$INSTDIR" ] ; then
- INSTDIR=/tmp/dxs-instrd
+ INSTDIR=/tmp/slx-tmpramfs
fi
rm -rf ${INSTDIR}
mkdir -p ${INSTDIR}/{dev,proc,tmp,mnt,root,bin,sys,lib}
@@ -611,7 +611,7 @@ if [ -z "$FSMODULES" ] ; then
FSMODULES="nbd nfs"
fi
if [ -z "$INITRD_PATH" ] ; then
- INITRD_PATH="${ROOTDIR}/tmp/dxsinitrd.gz"
+ INITRD_PATH="${ROOTDIR}/tmp/slxinitramfs.gz"
fi
# define modules to put into initial ramdisk for debugging