]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd/rootfs-generator.sh: exit 0
authorHarald Hoyer <harald@redhat.com>
Fri, 17 Jan 2014 11:16:41 +0000 (12:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 17 Jan 2014 13:52:01 +0000 (14:52 +0100)
modules.d/98systemd/rootfs-generator.sh

index 3770c6b1261088a1550d6507f52da72e10d79501..555027f343fa6ff8eca10ad780c51ae46602f131 100755 (executable)
@@ -28,3 +28,5 @@ case "$root" in
 esac
 
 [ "${root%%:*}" = "block" ] && wait_for_dev -n "${root#block:}"
+
+exit 0