From caf9876e1e5bf56f0c92892737c62d2ae9d16923 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 28 Nov 2011 12:55:08 +0100 Subject: next test --- src/initramfs/distro-specs/suse/functions-12.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/initramfs') diff --git a/src/initramfs/distro-specs/suse/functions-12.1 b/src/initramfs/distro-specs/suse/functions-12.1 index 9572859a..a6b5db36 100644 --- a/src/initramfs/distro-specs/suse/functions-12.1 +++ b/src/initramfs/distro-specs/suse/functions-12.1 @@ -25,12 +25,14 @@ # distro specific function called from servconfig script config_distro () { # clean the runlevel directories which will be populated by the stage3 setup -rm -rf /mnt/etc/init.d* +#rm -rf /mnt/etc/init.d* touch /mnt/var/log/btmp touch /mnt/var/log/lastlog SERVICES="systemd-hostnamed.service dbus-org.freedesktop.hostname1.service \ remount-rootfs.service avahi-dnsconfd.service fsck* \ - Network* postfix*"; + Network* postfix* multi-user.target.wants/Network* \ + multi-user.target.wants/remote* default.target.wants/YaST2* \ + network.target.wants/Network*"; # translate wildcards SERVICES=$(cd /mnt/lib/systemd/system/ && ls -1 $SERVICES) for file in $SERVICES; -- cgit v1.2.3-55-g7522