diff options
| author | Felix Endres | 2006-01-29 17:25:37 +0100 |
|---|---|---|
| committer | Felix Endres | 2006-01-29 17:25:37 +0100 |
| commit | d440b60a9f053d48b514d5f131e0044d0bfe4ae4 (patch) | |
| tree | d203167dbb0af6b07f917b60b1fe2b8d8716ae2d /initrd/distro-specs | |
| parent | Added udevd to initial ramdisk. All devices seem to appear by now. Added (diff) | |
| download | core-d440b60a9f053d48b514d5f131e0044d0bfe4ae4.tar.gz core-d440b60a9f053d48b514d5f131e0044d0bfe4ae4.tar.xz core-d440b60a9f053d48b514d5f131e0044d0bfe4ae4.zip | |
GDM Fix. Nachgezogener Manueller Merge.
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@46 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs')
| -rw-r--r-- | initrd/distro-specs/debian/config-3.1 | 2 | ||||
| -rw-r--r-- | initrd/distro-specs/ubuntu/config-5.10 | 6 | ||||
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/initrd/distro-specs/debian/config-3.1 b/initrd/distro-specs/debian/config-3.1 index a38f1fb0..a4d2f48d 100644 --- a/initrd/distro-specs/debian/config-3.1 +++ b/initrd/distro-specs/debian/config-3.1 @@ -41,7 +41,7 @@ D_BINDMNT="# " D_INITDIR="/init.d" D_INITBOOTD="/rcS.d" D_RCDIRS="/rc0.d /rc1.d /rc2.d /rc3.d /rc4.d /rc5.d /rc6.d" -D_INITSCRIPTS="udev procps.sh bootlogd keymap.sh hwclock.sh sudo" +D_INITSCRIPTS="mountvirtfs udev procps.sh bootlogd keymap.sh hwclock.sh sudo mountall.sh" D_XF86CONFFILE="/etc/X11/xorg.conf" D_XFONTPATH="/usr/X11R6/lib/X11/fonts/*" D_DEFAULTCOUNTRY="de" diff --git a/initrd/distro-specs/ubuntu/config-5.10 b/initrd/distro-specs/ubuntu/config-5.10 index 05cd51b0..319f3f59 100644 --- a/initrd/distro-specs/ubuntu/config-5.10 +++ b/initrd/distro-specs/ubuntu/config-5.10 @@ -29,8 +29,8 @@ 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" -D_RODIRSINRW="etc/gconf etc/X11/xkb /var/adm /var/lib/texmf /var/lib/gdm" +D_DIRINBINDMNT="/var/run /var/log /var/tmp /var/lib/gdm" +D_RODIRSINRW="etc/gconf etc/X11/xkb /var/adm /var/lib/texmf" 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 \ @@ -41,7 +41,7 @@ D_BINDMNT="# " D_INITDIR="/init.d" D_INITBOOTD="/rcS.d" D_RCDIRS="/rc0.d /rc1.d /rc2.d /rc3.d /rc4.d /rc5.d /rc6.d" -D_INITSCRIPTS="udev procps.sh bootlogd keymap.sh hwclock.sh sudo" +D_INITSCRIPTS="mountvirtfs udev procps.sh bootlogd keymap.sh hwclock.sh sudo" D_XF86CONFFILE="/etc/X11/xorg.conf" D_XFONTPATH="/usr/share/fonts/*" D_DEFAULTCOUNTRY="de" diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index 48b7cd9b..ba795634 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -150,7 +150,7 @@ done # add special path /var/X11R6/bin to the PATH variable [ "x$addpath" != "x" ] && \ echo -e "# added path component by $0: $date\n\ -PATH=\"\$PATH:/var/X11R6/bin\"" >>/mnt/etc/SuSEconfig/profile +PATH=\"\$PATH:/var/X11R6/bin\"" >>/mnt/etc/profile } |
