summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
diff options
context:
space:
mode:
authorOliver Tappe2008-01-16 16:01:09 +0100
committerOliver Tappe2008-01-16 16:01:09 +0100
commit833e9a98fa301b630f23d16638aa44a3f8173985 (patch)
tree9966906d5b6e46abce8a9822153a0e0d2dee3294 /initramfs/mkdxsinitrd
parent* fixed problems in AttributeRoster with respect to syntax (diff)
downloadcore-833e9a98fa301b630f23d16638aa44a3f8173985.tar.gz
core-833e9a98fa301b630f23d16638aa44a3f8173985.tar.xz
core-833e9a98fa301b630f23d16638aa44a3f8173985.zip
* started to work on re-implementation of mkdxsinitrd in perl
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1477 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/mkdxsinitrd')
-rwxr-xr-xinitramfs/mkdxsinitrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index b822ee9e..30c8b51e 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -667,7 +667,7 @@ if [ -z "$cdboot" ] ; then
# create directory structure for modules needed and copy them
# to the proper place (as expected by modprobe/modules.dep)
mkdir -p ${ddirprefix}/net/sunrpc
- mkdir -p ${ddirprefix}/fs/lockd ${ddirprefix}/fs/nfs_common
+ mkdir -p ${ddirprefix}/fs/lockd ${ddirprefix}/fs/nfs_common
cp ${rdirprefix}/net/sunrpc/sunrpc.ko \
${ddirprefix}/net/sunrpc &>/dev/null
cp ${rdirprefix}/fs/lockd/lockd.ko \