dracut: fix 00bootchart's requirements
This commit is contained in:
parent
7c031fe7f6
commit
06af1cefe5
2 changed files with 15 additions and 1 deletions
14
srcpkgs/dracut/patches/00bootchart-requirements.patch
Normal file
14
srcpkgs/dracut/patches/00bootchart-requirements.patch
Normal 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/[
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue