TT#38454 Install 'lvm2' on Debian plain

Change-Id: Id5ec11ff6cb80979e8f36eee37250e019640b239
changes/54/21954/3
Alexander Lutay 8 years ago
parent 161575af0b
commit 0475691711

@ -1210,10 +1210,13 @@ echo "Clean the default /etc/debootstrap/packages"
echo > /etc/debootstrap/packages
if ! "$NGCP_INSTALLER" ; then
echo "Install openssh-server to be able to login on the Debian plain system"
echo "Install some packages to be able to login on the Debian plain system"
cat >> /etc/debootstrap/packages << EOF
# to be able to login on the Debian plain system via SSH
openssh-server
# deployment supports LVM only
lvm2
EOF
fi

Loading…
Cancel
Save