dracut: fix 00bootchart's requirements

This commit is contained in:
Đoàn Trần Công Danh 2021-01-24 16:09:02 +07:00
parent 7c031fe7f6
commit 06af1cefe5
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
--- modules.d/00bootchart/module-setup.sh.orig 2021-01-24 16:00:46.529880095 +0700
+++ modules.d/00bootchart/module-setup.sh 2021-01-24 16:00:56.134911133 +0700
@@ -19,10 +19,8 @@
inst_multiple bootchartd bash \
/lib/bootchart/bootchart-collector /etc/bootchartd.conf \
- accton \
echo \
- grep \
- usleep
+ grep
inst /usr/bin/pkill /bin/pkill
inst /usr/bin/[ /bin/[

View file

@ -1,7 +1,7 @@
# Template file for 'dracut'
pkgname=dracut
version=050
revision=9
revision=10
build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc"
conf_files="/etc/dracut.conf"