diff options
author | Sebastian Schmelzer | 2011-11-28 12:55:08 +0100 |
---|---|---|
committer | Sebastian Schmelzer | 2011-11-28 12:55:08 +0100 |
commit | caf9876e1e5bf56f0c92892737c62d2ae9d16923 (patch) | |
tree | 70e139b1f9666cd6cb8d857e8fedddc2d27b6337 /src/initramfs | |
parent | typo .. (diff) | |
download | core-caf9876e1e5bf56f0c92892737c62d2ae9d16923.tar.gz core-caf9876e1e5bf56f0c92892737c62d2ae9d16923.tar.xz core-caf9876e1e5bf56f0c92892737c62d2ae9d16923.zip |
next test
Diffstat (limited to 'src/initramfs')
-rw-r--r-- | src/initramfs/distro-specs/suse/functions-12.1 | 6 |
1 files changed, 4 insertions, 2 deletions
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; |