diff options
author | Sebastian Schmelzer | 2012-02-08 14:00:27 +0100 |
---|---|---|
committer | Sebastian Schmelzer | 2012-02-08 14:00:27 +0100 |
commit | ef3ab991d6c6e157e7384571ba665a47c34b6a0f (patch) | |
tree | 6cbb5afd72d825ab8ad132c21a5feb2a9511bcb5 /src/initramfs | |
parent | fix link errors on boot time (suse 12.1) (diff) | |
download | core-ef3ab991d6c6e157e7384571ba665a47c34b6a0f.tar.gz core-ef3ab991d6c6e157e7384571ba665a47c34b6a0f.tar.xz core-ef3ab991d6c6e157e7384571ba665a47c34b6a0f.zip |
fix typo
Diffstat (limited to 'src/initramfs')
-rw-r--r-- | src/initramfs/distro-specs/suse/functions-12.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/initramfs/distro-specs/suse/functions-12.1 b/src/initramfs/distro-specs/suse/functions-12.1 index de2b990b..756ef536 100644 --- a/src/initramfs/distro-specs/suse/functions-12.1 +++ b/src/initramfs/distro-specs/suse/functions-12.1 @@ -67,6 +67,7 @@ fi # initial (boot time) runlevel scripts initial_boot () { # default isn't needed any more. function provided by systemd + : } # start portmapper (needed at least for nfs and nis services) |