From 66c27a6d85d74df9af5e1cead0c9490fb074991a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Mon, 18 Jan 2021 11:28:06 +0000 Subject: [PATCH] chore(removal): eliminate bootchart module --- modules.d/00bootchart/module-setup.sh | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100755 modules.d/00bootchart/module-setup.sh diff --git a/modules.d/00bootchart/module-setup.sh b/modules.d/00bootchart/module-setup.sh deleted file mode 100755 index 38f77a36c..000000000 --- a/modules.d/00bootchart/module-setup.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash - -# called by dracut -check() { - [[ "$mount_needs" ]] && return 1 - require_binaries /sbin/bootchartd || return 1 - return 255 -} - -# called by dracut -depends() { - return 0 -} - -# called by dracut -install() { - inst_symlink /init /sbin/init - inst_dir /lib/bootchart/tmpfs - - inst_multiple bootchartd bash \ - /lib/bootchart/bootchart-collector /etc/bootchartd.conf \ - accton \ - echo \ - grep \ - usleep - - inst /usr/bin/pkill /bin/pkill - inst /usr/bin/[ /bin/[ -} - -- 2.47.3