Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add openSUSE to docs for initial guides #58

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions guest-support/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ $ sudo apt install spice-vdagent
$ sudo yum install spice-vdagent
```

### openSUSE

```
$ sudo zypper install spice-vdagent
```

{: .note }
These systems will typically already have SPICE agent installed.

Expand All @@ -61,6 +67,12 @@ $ sudo apt install qemu-guest-agent
$ sudo yum install qemu-guest-agent
```

### openSUSE

```
$ sudo zypper install qemu-guest-agent
```

### ArchLinux

```
Expand All @@ -86,6 +98,12 @@ $ sudo apt install spice-webdavd
$ sudo yum install spice-webdavd
```

### openSUSE

```
$ sudo zypper install spice-webdavd
```

### ArchLinux

```
Expand Down
41 changes: 41 additions & 0 deletions guides/opensuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: default
title: openSUSE
parent: Guides
---
{: .label .label-green }
**macOS**

{% include toc.md %}

## Downloads

* [openSUSE Tumbleweed](https://get.opensuse.org/tumbleweed/)
* [openSUSE Leap](https://get.opensuse.org/leap)
* [openSUSE MicroOS](https://get.opensuse.org/microos/#download)
* [openSUSE Leap Micro](https://get.opensuse.org/leapmicro)


## Creating a new virtual machine

1. Open UTM and click the "+" button to open the VM creation wizard.
2. Select "Virtualize".
3. Select "Linux".
4. Click "Browse" and select the openSUSE ISO downloaded from the links above. Press "Continue" to continue.
5. Pick the amount of RAM and CPU cores you wish to give access to the VM. Press "Continue" to continue.
6. Specify the maximum amount of drive space to allocate. Press "Continue" to continue.
6. If you have a directory you want to mount in the VM, you can select it here. Alternatively, you can skip this and select the directory later from the VM window's toolbar. The shared directory will be available after installing SPICE tools (see below). Press "Continue" to continue.
8. Press "Save" to create the VM and press the Run button to start the VM.
9. Go through the Ubuntu installer. If the reboot fails, you can manually quit the VM, unmount the installer ISO, and start the VM again to boot into your new installation.

## Finishing Installation

For the most part, everything should be up to date and running depending on your version. That said, it is always smart to ensure things are updated [using YaST](https://en.opensuse.org/YaST_Online_Update) or by running

```sh
sudo zypper up
```

## Enable clipboard and directory sharing

[Follow the instructions in this page.]({% link guest-support/linux.md %})