[opennebula] use base instead of minimal_base pattern for openSUSE image
This commit is contained in:
parent
a62bb0d49d
commit
2e60bbe9d0
1 changed files with 1 additions and 1 deletions
|
@ -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_repo_url opensuse-$RELEASE-oss
|
||||||
zypper --root /mnt addrepo $oss_update_repo_url opensuse-$RELEASE-oss-update
|
zypper --root /mnt addrepo $oss_update_repo_url opensuse-$RELEASE-oss-update
|
||||||
zypper --root /mnt --gpg-auto-import-keys refresh
|
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 /mnt/dev
|
||||||
mount --bind /dev/pts /mnt/dev/pts
|
mount --bind /dev/pts /mnt/dev/pts
|
||||||
|
|
Loading…
Reference in a new issue