diff options
| author | Dirk von Suchodoletz | 2006-05-23 20:09:36 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-05-23 20:09:36 +0200 |
| commit | 3fa9b0dd43d0371d8480e9ec32c6f9d0722bbc28 (patch) | |
| tree | 5c71408a3cba062d54d44c73fb535942eb470e38 | |
| parent | minor changes in excluding files ... (diff) | |
| download | core-3fa9b0dd43d0371d8480e9ec32c6f9d0722bbc28.tar.gz core-3fa9b0dd43d0371d8480e9ec32c6f9d0722bbc28.tar.xz core-3fa9b0dd43d0371d8480e9ec32c6f9d0722bbc28.zip | |
include font cache, otherwise X11 would be rather slow ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@231 95ad53e4-c205-0410-b2fa-d234c58c8868
| -rw-r--r-- | initrd/distro-specs/suse/config-10.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/initrd/distro-specs/suse/config-10.1 b/initrd/distro-specs/suse/config-10.1 index 8c8fd6ca..bd164489 100644 --- a/initrd/distro-specs/suse/config-10.1 +++ b/initrd/distro-specs/suse/config-10.1 @@ -2,13 +2,12 @@ # is the base for following SuSE versions until the changes # within them require a major change # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 09-04-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 23-05-2006 # -# Copyright: (c) 2003, 2005 - RZ Universitaet Freiburg +# Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg # D_SYSCONFDIR - system wide configuration settings - /etc/sysconfig in SuSE -# and RedHat, /etc/default in Debian and Ubuntu # D_ETCEXCL - list of files, wildcards to be excluded from /etc when using # bind mounts # D_DIRINBINDMNT - lists of directories to be created in bind mounted rw @@ -27,3 +26,4 @@ # during client bootup, path and file relative to /etc D_INITSCRIPTS="boot.udev boot.proc boot.klog boot.loadmodules boot.clock boot.sysctl boot.ipconfig boot.swap" +D_RODIRSINRW="/etc/opt/gnome/gconf /etc/X11/xkb /var/adm /var/lib/texmf /var/lib/rpm /var/cache/fontconfig" |
