diff --git a/combustion.changes b/combustion.changes index ff6463f..7a2b8f1 100644 --- a/combustion.changes +++ b/combustion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 20 09:50:53 UTC 2021 - Fabian Vogt + +- module-setup.sh: Install grep as well + ------------------------------------------------------------------- Thu Oct 22 07:26:03 UTC 2020 - Fabian Vogt diff --git a/combustion.spec b/combustion.spec index 7bff4ae..135b22e 100644 --- a/combustion.spec +++ b/combustion.spec @@ -1,7 +1,7 @@ # # spec file for package combustion # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/module-setup.sh b/module-setup.sh index 89c0209..1322306 100644 --- a/module-setup.sh +++ b/module-setup.sh @@ -8,7 +8,7 @@ install() { inst_simple "${moddir}/combustion.rules" "/etc/udev/rules.d/70-combustion.rules" mkdir -p "${initdir}/${systemdsystemunitdir}/initrd.target.requires/" ln_r "../combustion.service" "${systemdsystemunitdir}/initrd.target.requires/combustion.service" - inst_multiple awk chroot findmnt rmdir + inst_multiple awk chroot findmnt grep rmdir inst_simple "${moddir}/combustion" "/usr/bin/combustion" # Wait up to 10s (30s on aarch64) for the config drive