From 06af1cefe52b1722482e9d2001b943446793f6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 24 Jan 2021 16:09:02 +0700 Subject: [PATCH] dracut: fix 00bootchart's requirements --- .../dracut/patches/00bootchart-requirements.patch | 14 ++++++++++++++ srcpkgs/dracut/template | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/dracut/patches/00bootchart-requirements.patch diff --git a/srcpkgs/dracut/patches/00bootchart-requirements.patch b/srcpkgs/dracut/patches/00bootchart-requirements.patch new file mode 100644 index 00000000000..a617565a0c1 --- /dev/null +++ b/srcpkgs/dracut/patches/00bootchart-requirements.patch @@ -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/[ diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 27743569eda..53cee6c4ff2 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -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"