[opennebula] use base instead of minimal_base pattern for openSUSE image

This commit is contained in:
fnux 2021-07-29 17:55:27 +02:00
parent a62bb0d49d
commit 2e60bbe9d0
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ mount "${NBD_DEVICE}p1" /mnt/boot
zypper --root /mnt addrepo $oss_repo_url opensuse-$RELEASE-oss
zypper --root /mnt addrepo $oss_update_repo_url opensuse-$RELEASE-oss-update
zypper --root /mnt --gpg-auto-import-keys refresh
zypper --root /mnt --non-interactive install -t pattern minimal_base
zypper --root /mnt --non-interactive install -t pattern base
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts