summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-09-02 19:08:19 +0200
committerDirk von Suchodoletz2008-09-02 19:08:19 +0200
commita4e63fdfb06af25d328df72ac4f108cdd7830d52 (patch)
tree45c742d78ae495702f08d7a064ee5dba7f115c38 /initramfs/stage3-stuff/init
parentadded KDEHOME export, so that every kde version and every distribution gets i... (diff)
downloadcore-a4e63fdfb06af25d328df72ac4f108cdd7830d52.tar.gz
core-a4e63fdfb06af25d328df72ac4f108cdd7830d52.tar.xz
core-a4e63fdfb06af25d328df72ac4f108cdd7830d52.zip
Removed some more variable of old stage3 (D_ETCEXCL) and set a
bind mount variable for gconf in SuSE (see r2185 too) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2187 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/init')
-rwxr-xr-xinitramfs/stage3-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/init b/initramfs/stage3-stuff/init
index 56814694..306a2091 100755
--- a/initramfs/stage3-stuff/init
+++ b/initramfs/stage3-stuff/init
@@ -735,7 +735,7 @@ elif [ -z "${cowloop}" ] ; then
echo "*$i/*" >>/tmp/etc.exclude
done
# add list of files to be excluded and common excludes to the filter list
- echo -e "${D_ETCEXCL}\n*~\n*.old\n*-\nxorg.conf*" >>/tmp/etc.exclude
+ echo -e "-\ndhcp*\n*~\n*.old\n*-\nxorg.conf*" >>/tmp/etc.exclude
# if ld.so.cache is to be generated then do not copy the file
[ -n "${ldsc}" ] && echo -e "ld.so.cache*" >>/tmp/etc.exclude
# for tar exclude lists might be used, more difficult for cp