summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-02-28 12:32:55 +0100
committerDirk von Suchodoletz2010-02-28 12:32:55 +0100
commit1a00fd0c6b80fa89c2ef6896c1242a55c981da0e (patch)
treeeb22f237dcfa62a0777047cf6102597e3a9f3f05 /initramfs/distro-specs/suse
parentUpdating vmchooser, heavy cleanup in vmware plugin ... (diff)
downloadcore-1a00fd0c6b80fa89c2ef6896c1242a55c981da0e.tar.gz
core-1a00fd0c6b80fa89c2ef6896c1242a55c981da0e.tar.xz
core-1a00fd0c6b80fa89c2ef6896c1242a55c981da0e.zip
Creating the slx default directories in a more general manner (so the
plugins could depend on their existance) ...
Diffstat (limited to 'initramfs/distro-specs/suse')
-rw-r--r--initramfs/distro-specs/suse/functions-default4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default
index b53227fc..5b02909b 100644
--- a/initramfs/distro-specs/suse/functions-default
+++ b/initramfs/distro-specs/suse/functions-default
@@ -48,9 +48,9 @@ grep -q -E "otebook" /etc/hwinfo.bios && \
sed -e "1i# /etc/sysconfig/sysctl - modified by $0 version $version" \
-e "s,ENABLE_SYSRQ=.*,ENABLE_SYSRQ=\"yes\"," \
-i /mnt/etc/sysconfig/sysctl
-# add specific path /var/X11R6/bin ...
+# add slx specific path /var/opt/openslx/bin ...
echo -e "# stuff generated by $0 (out of InitRamFS written $date)\n\
-PATH=\"\$PATH:/var/X11R6/bin\"\n\
+PATH=\"\$PATH:/var/opt/openslx/bin\"\n\
test \"\$UID\" -ge 100 && PATH=\"\$PATH:.\"\n\
QTDIR=/usr/lib/qt3\nexport QTDIR\nno_proxy='localhost'\n\
export no_proxy" >/mnt/etc/SuSEconfig/profile