summaryrefslogtreecommitdiffstats
path: root/initrd/mkdxsinitrd
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-03-30 23:14:48 +0200
committerDirk von Suchodoletz2006-03-30 23:14:48 +0200
commit4e0ad0cb16445b296cf0c70c7111626c577083e3 (patch)
tree113c9c8de48d0f80dfe68a3e3dd1af6d7d55994a /initrd/mkdxsinitrd
parentmore debug level, exclude-common for rsync (files and directories common (diff)
downloadcore-4e0ad0cb16445b296cf0c70c7111626c577083e3.tar.gz
core-4e0ad0cb16445b296cf0c70c7111626c577083e3.tar.xz
core-4e0ad0cb16445b296cf0c70c7111626c577083e3.zip
mostly bugfixes and small improvements ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@133 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/mkdxsinitrd')
-rwxr-xr-xinitrd/mkdxsinitrd2
1 files changed, 2 insertions, 0 deletions
diff --git a/initrd/mkdxsinitrd b/initrd/mkdxsinitrd
index 4df246a7..c5bc92fd 100755
--- a/initrd/mkdxsinitrd
+++ b/initrd/mkdxsinitrd
@@ -151,6 +151,8 @@ copy_distro_stuff() {
cat distro-specs/$1/config-$2 >>${INSTDIR}/etc/sysconfig/config
cat distro-specs/$1/functions-$2 >>${INSTDIR}/etc/distro-functions
# would be cool not to copy .svn here ...
+ # fixme!! works only for etc directories. If dir exists then next copy places
+ # file into the existing dir
cp -a distro-specs/$1/files-$2 ${INSTDIR}/etc/sysconfig/files 2>/dev/null
# ... so remove them afterwards ...
find ${INSTDIR}/etc/sysconfig/files \