summaryrefslogtreecommitdiffstats
path: root/src/initramfs
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-11-28 12:41:25 +0100
committerSebastian Schmelzer2011-11-28 12:41:25 +0100
commite349e0ae89a713423337c21d3b21d17e92eeb60d (patch)
tree8e4c48e2ad200f7ebbf96ce76084d12fbc89c431 /src/initramfs
parentsuse12.1 - systemd stuff cont. (diff)
downloadcore-e349e0ae89a713423337c21d3b21d17e92eeb60d.tar.gz
core-e349e0ae89a713423337c21d3b21d17e92eeb60d.tar.xz
core-e349e0ae89a713423337c21d3b21d17e92eeb60d.zip
typo ..
Diffstat (limited to 'src/initramfs')
-rw-r--r--src/initramfs/distro-specs/suse/functions-12.12
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initramfs/distro-specs/suse/functions-12.1 b/src/initramfs/distro-specs/suse/functions-12.1
index 399d703d..9572859a 100644
--- a/src/initramfs/distro-specs/suse/functions-12.1
+++ b/src/initramfs/distro-specs/suse/functions-12.1
@@ -32,7 +32,7 @@ SERVICES="systemd-hostnamed.service dbus-org.freedesktop.hostname1.service \
remount-rootfs.service avahi-dnsconfd.service fsck* \
Network* postfix*";
# translate wildcards
-SERVICES=$(cd /mnt/systemd/system/ && ls -1 $SERVICES)
+SERVICES=$(cd /mnt/lib/systemd/system/ && ls -1 $SERVICES)
for file in $SERVICES;
do
ln -sf /dev/null /mnt/etc/systemd/system/${file}