Add grub template to cobbler for MAC-files
[armband.git] / patches / opnfv-fuel / 0028-bootstrap-Add-lshw-package.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Tue, 24 May 2016 16:42:21 +0200
3 Subject: [PATCH] bootstrap: Add lshw package.
4
5 Until Ubuntu Trusty fixes the following bug on AArch64 [1]:
6 "AArch64: slow cpuinfo due to redundant loop"
7 we will be using a patched version of <lshw> from Armband MOS repos.
8
9 This change enforces replacing the lshw from Ubuntu with our custom,
10 patched package.
11
12 [1] https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1582181
13
14 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
15 ---
16  build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml | 1 +
17  1 file changed, 1 insertion(+)
18
19 diff --git a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
20 index 15d9e9d..b45a14a 100644
21 --- a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
22 +++ b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
23 @@ -17,5 +17,6 @@
24      - live-boot
25      - live-boot-initramfs-tools
26 +    - lshw
27      - mc
28      - mcollective
29      - msmtp-mta