c182fef45c
Installing redhat-lsb-core adds 87M to the install due to bugzilla #1002342 lsb_release is a platform agnostic script, so this change fetches a single file via source-repositories from linuxfoundation bzr http and installs it to /usr/local/bin Change-Id: I4c979d4eb5e34a753d9143d9dcfe4e5d08f74a0d
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin |