]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Remove 00systemd-bootchart 310/head
authorDaniel Molkentin <dmolkentin@suse.com>
Mon, 4 Dec 2017 14:55:12 +0000 (15:55 +0100)
committerDaniel Molkentin <dmolkentin@suse.com>
Mon, 4 Dec 2017 15:01:46 +0000 (16:01 +0100)
This was removed from systemd almost two years ago in
c550f7a9b89d017215af084288bc44f736f774fe, so dracut should drop support
as well.

Reference: bsc#1067279

modules.d/00systemd-bootchart/module-setup.sh [deleted file]

diff --git a/modules.d/00systemd-bootchart/module-setup.sh b/modules.d/00systemd-bootchart/module-setup.sh
deleted file mode 100755 (executable)
index dcf546e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-# called by dracut
-check() {
-    [[ "$mount_needs" ]] && return 1
-    require_binaries $systemdutildir/systemd-bootchart || return 1
-    return 255
-}
-
-# called by dracut
-depends() {
-    return 0
-}
-
-# called by dracut
-install() {
-    inst_symlink /init /sbin/init
-    inst_multiple $systemdutildir/systemd-bootchart
-}