summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorMichael Janczyk2008-01-24 19:08:09 +0100
committerMichael Janczyk2008-01-24 19:08:09 +0100
commit89844d4e5ced66163b16519efbe4c5198f05786c (patch)
treeba6af950161be3bcc5e021f9905af4a3f95980ae /initramfs
parentAdded needed parameter in the short documentation. (diff)
downloadcore-89844d4e5ced66163b16519efbe4c5198f05786c.tar.gz
core-89844d4e5ced66163b16519efbe4c5198f05786c.tar.xz
core-89844d4e5ced66163b16519efbe4c5198f05786c.zip
BUGFIX: kdm theme works now, we hope;), moved theme to plugin
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1490 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/initrd-stuff/etc/functions5
1 files changed, 1 insertions, 4 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index 577bf9b8..7b6f127e 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -922,9 +922,6 @@ include_in_fsroot_union () {
# kdmrc template started from distro specific functions files
config_kdm_template () {
-usetheme=false
-themeconf=$(ls /mnt/var/lib/openslx/themes/displaymanager/*.xml 2>/dev/null)
-[ -r "${themeconf}" ] && usetheme=true
# check if a kdmrc was provided via ConfTGZ
[ -f /rootfs/${kdmrcdir}/kdmrc ] || \
echo -e "# ${kdmrcdir}/kdmrc - \
@@ -978,7 +975,7 @@ AntiAliasing=true
Language=$lang
EchoMode=OneStar
ShowLog=false
-UseTheme=${usetheme}
+UseTheme=false
Theme=/var/lib/openslx/themes/displaymanager
UseBackground=true
BackgroundCfg=/var/lib/openslx/themes/displaymanager/backgroundrc