diskimage-builder/elements/fedora/pre-install.d/02-lsb
Steve Baker c182fef45c On Fedora, use Linux Foundation bzr lsb_release
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
2013-09-04 10:16:49 +12:00

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