Install lsb-release in preos

Several types use the lsb_release command to determine the distribution,
if this command is missing unexpected things will happen.
remotes/origin/4.0-pre-not-stable
Markus Koller 9 years ago
parent 348867ff6a
commit 78d7d91e42
No known key found for this signature in database
GPG Key ID: A2B74A05A7A2B7B7
  1. 1
      cdist/preos.py

1
cdist/preos.py vendored

@ -38,6 +38,7 @@ DEFAULT_MANIFEST = """
for pkg in \
file \
linux-image-amd64 \
lsb-release \
openssh-server curl \
syslinux grub2 \
gdisk util-linux lvm2 mdadm \

Loading…
Cancel
Save