Accepting request 864632 from home:favogt:combustion
- module-setup.sh: Install grep as well OBS-URL: https://build.opensuse.org/request/show/864632 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=15
This commit is contained in:
parent
877846e5a5
commit
2982898b18
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 09:50:53 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- module-setup.sh: Install grep as well
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 07:26:03 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user