From d886567080bd53d2efcba43c89cdfb000ffd594b Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 4 Dec 2017 15:55:12 +0100 Subject: [PATCH] Remove 00systemd-bootchart 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 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 modules.d/00systemd-bootchart/module-setup.sh diff --git a/modules.d/00systemd-bootchart/module-setup.sh b/modules.d/00systemd-bootchart/module-setup.sh deleted file mode 100755 index dcf546e6..00000000 --- a/modules.d/00systemd-bootchart/module-setup.sh +++ /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 -} -- 2.13.6