Portal:Slowroll/Development

Jump to: navigation, search

This page describes details on how to do developer things in Slowroll.

The latest iso can be downloaded with

osc getbinaries openSUSE:Slowroll:Build:iso/000product:openSUSE-dvd5-dvd-x86_64 images x86_64

and you can test it in a VM with

iso=$(ls binaries/*-Media.iso | tail -1)
qemu-img create test.qcow2 20G
qemu-kvm -hda test.qcow2 -cdrom $iso -m 4000 -boot d -monitor stdio -vnc :9

When installing this at the beginning of the month, before the version bump, be sure to leave online repos disabled and use only specific enabled repo after install with

zypper mr -d --all
zypper ar https://download.opensuse.org/slowroll/next/repo/oss/ oss
zypper ar https://download.opensuse.org/repositories/openSUSE:/Slowroll:/Build:/Overlay:/Next/standard/ overlay