summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorOliver Tappe2007-06-15 16:41:35 +0200
committerOliver Tappe2007-06-15 16:41:35 +0200
commit12e050a766746bf80f34d4659d47049c0bbdd7be (patch)
treef542b6e2d465879b1796569d4bd1d6797c778698 /initramfs
parent* obsoleted two more files (diff)
downloadcore-12e050a766746bf80f34d4659d47049c0bbdd7be.tar.gz
core-12e050a766746bf80f34d4659d47049c0bbdd7be.tar.xz
core-12e050a766746bf80f34d4659d47049c0bbdd7be.zip
* simplified use of PATH-variables to only the top-level set, all the
others will cease to be settable by the user soon * adjusted builddebianpackage accordingly (and did a cleanup along the way) Felix: please review, I hope I didn't mess it up... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1167 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/mkdxsinitrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 157acb0f..6d73bd1b 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -53,7 +53,7 @@ D_XFONTPATH="<set in ~/distro-config/distro file>"
D_DEFAULTCOUNTRY="<set in ~/distro-config/distro file>"
# read in the global settings
SLX_CONFIG_PATH=@@@SLX_CONFIG_PATH@@@
-SLX_SHARE_PATH=@@@SLX_SHARE_PATH@@@
+SLX_SHARE_PATH=@@@SLX_BASE_PATH@@@/share
[ -f $SLX_SHARE_PATH/settings.default ] && \
. $SLX_SHARE_PATH/settings.default
[ -f $SLX_CONFIG_PATH/settings ] && \