diff options
| author | Dirk von Suchodoletz | 2007-07-31 18:05:25 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2007-07-31 18:05:25 +0200 |
| commit | 0e7227973071c798328403d9dc77995efbd84e57 (patch) | |
| tree | fd647f1546b3077fcb192f64ab504771b7b6878f /initramfs/distro-specs/debian | |
| parent | Allow user provided automounter configuration (same as for passwd/shadow (diff) | |
| download | core-0e7227973071c798328403d9dc77995efbd84e57.tar.gz core-0e7227973071c798328403d9dc77995efbd84e57.tar.xz core-0e7227973071c798328403d9dc77995efbd84e57.zip | |
The /var/cache/fontconfig directory should be present on Debian and
Ubuntu systems (newer ones) to avoid the recreation of fontcache on
startup (of gdm etc.)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1286 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/debian')
| -rw-r--r-- | initramfs/distro-specs/debian/config-4.0 | 3 | ||||
| -rw-r--r-- | initramfs/distro-specs/debian/config-default | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/initramfs/distro-specs/debian/config-4.0 b/initramfs/distro-specs/debian/config-4.0 index 01730eb0..69011342 100644 --- a/initramfs/distro-specs/debian/config-4.0 +++ b/initramfs/distro-specs/debian/config-4.0 @@ -28,4 +28,5 @@ # D_HWMODTOIGNORE - hardware modules which should not tried to load (because # already in kernel, nonexistent, ...) -# nothing changed (yet) compared to the config-default file +D_RODIRSINRW="etc/gconf etc/X11/xkb /var/cache/fontconfig /var/lib/texmf \ +/var/lib/dpkg" diff --git a/initramfs/distro-specs/debian/config-default b/initramfs/distro-specs/debian/config-default index d1daa173..a2ffe2fd 100644 --- a/initramfs/distro-specs/debian/config-default +++ b/initramfs/distro-specs/debian/config-default @@ -37,7 +37,7 @@ pptp.d\nisdn\nyouservers\nhardware/hwcfg*\n\ X11/xdm/pixmaps\ndhclient.script" D_BINDMPTS="tmp root home" D_DIRINBINDMNT="/var/run /var/log /var/tmp /var/lib/gdm /etc/X11" -D_RODIRSINRW="etc/gconf etc/X11/xkb /var/adm /var/lib/texmf" +D_RODIRSINRW="etc/gconf etc/X11/xkb /var/lib/texmf /var/lib/dpkg" D_DIRINDXS="/var/X11R6/compose-cache \ /var/run/sysconfig/tmp /var/adm /var/lib/rpm /var/lib/nobody \ /var/lib/pam_devperm /var/lib/bluetooth \ |
