Skip to content

Commit 70c9334

Browse files
Gagriohardys
authored andcommitted
Fix for issue #613
(cherry picked from commit 5f52d0b)
1 parent 617b791 commit 70c9334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asciidoc/quickstart/suse-multilinux-manager.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Here is a simple example that installs SL Micro 6.0, sets a root password and th
175175
apiVersion: 1.0
176176
image:
177177
imageType: iso
178-
arch: x64_64
178+
arch: x86_64
179179
baseImage: slemicro.iso
180180
outputImageName: eib-image.iso
181181
operatingSystem:
@@ -224,7 +224,7 @@ Download the package `venv-salt-minion` from your SUSE Multi-Linux Manager serve
224224

225225
[,shell]
226226
----
227-
curl -O http://${HOSTNAME_OF_SUSE_MANAGER}/pub/repositories/slmicro/6/0/bootstrap/x86_64/venv-salt-minion-3006.0-3.1.x64_64.rpm
227+
curl -O http://${HOSTNAME_OF_SUSE_MANAGER}/pub/repositories/slmicro/6/0/bootstrap/x86_64/venv-salt-minion-3006.0-3.1.x86_64.rpm
228228
----
229229
The actual package name may differ if a newer release has already been released. If there are multiple packages to choose from, always pick the latest.
230230

0 commit comments

Comments
 (0)