diff options
| author | Felix Endres | 2006-08-24 04:27:10 +0200 |
|---|---|---|
| committer | Felix Endres | 2006-08-24 04:27:10 +0200 |
| commit | 5379d524e1f063271db79fd922061801a2d3778b (patch) | |
| tree | 2a35b2eaaecd541bb10c717e80a743a7f6345881 /initrd/distro-specs/ubuntu | |
| parent | * tested and improved writing of configuration files (diff) | |
| download | core-5379d524e1f063271db79fd922061801a2d3778b.tar.gz core-5379d524e1f063271db79fd922061801a2d3778b.tar.xz core-5379d524e1f063271db79fd922061801a2d3778b.zip | |
Fixed the fontproblem for gdm + ubuntu + bindmounts
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@328 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/ubuntu')
| -rw-r--r-- | initrd/distro-specs/ubuntu/config-default | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/initrd/distro-specs/ubuntu/config-default b/initrd/distro-specs/ubuntu/config-default index 0d6835de..63b78014 100644 --- a/initrd/distro-specs/ubuntu/config-default +++ b/initrd/distro-specs/ubuntu/config-default @@ -12,10 +12,12 @@ # D_DIRINBINDMNT - lists of directories to be created in bind mounted rw # part of the client filesystem # D_RODIRSINRW - ReadOnly Directories in RW part of filesystem to save on +# D_RWDIRSINRO - Writable Subdirectories in the RO-Dirs (D_RODIRSINRW) # TempFS usage # D_DIRINDXS - directories in client filesystem which should be present # anyhow # D_BINDMNT - any code which is specific in bind mount environment +# D_BINDMPTS - These directories will be created in the ramdisk and movemounted to the root ("/") this will also happen to /var and /etc # D_RCDIRS - runlevel directories relative to /etc # D_XF86CONFFILE - name and location of XFree/Xorg config file, e.g. # /etc/X11/xorg.conf or /etc/X11/XF86config, ... @@ -33,8 +35,9 @@ pptp.d\nisdn\nyouservers\nhardware/hwcfg*\n\ X11/xdm/pixmaps\ndhclient.script\n\ rc2.d/*\nrc5.d/*" D_BINDMPTS="tmp root home" -D_DIRINBINDMNT="/var/run /var/log /var/tmp /var/lib/gdm" -D_RODIRSINRW="etc/gconf etc/X11/xkb /var/adm /var/lib/texmf" +D_DIRINBINDMNT="/var/run /var/log /var/tmp" +D_RODIRSINRW="etc/gconf etc/X11/xkb /var/adm /var/lib/" +D_RWDIRSINRO="/var/lib/gdm" 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 \ |
