From Fedora Project Wiki
No edit summary
m (update for rebase to f29)
Line 7: Line 7:
# Finish the initial setup
# Finish the initial setup
|actions=
|actions=
# Open terminal and execute <code> sudo rpm-ostree upgrade </code>
# Update gpgkeypath in file /etc/ostree/remotes.d/fedora-workstation.conf from `gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary` to `gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary`
# Let it finish
# Run <code> sudo rpm-ostree rebase fedora/29/x86_64/silverblue</code> to perform rebase
# Issue <code> systemctl reboot </code>
# Issue <code> systemctl reboot </code>
# After a rebbot, issue <code> sudo rpm-ostree rebase fedora/29/x86_64/silverblue</code>
|results=
|results=
# Step #1 completes without error
# Step #1 completes without error

Revision as of 10:20, 19 September 2018

Description

This test case will focus on upgrading the rpm-ostree in Silverblue

Setup

  1. Download the Fedora 28 Silverblue image here
  2. Boot the iso in VM or Baremetal
  3. Install Fedora 28 Silverblue by making sensible choices using anaconda
  4. Finish the initial setup

How to test

  1. Update gpgkeypath in file /etc/ostree/remotes.d/fedora-workstation.conf from gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary to gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary
  2. Run sudo rpm-ostree rebase fedora/29/x86_64/silverblue to perform rebase
  3. Issue systemctl reboot

Expected Results

  1. Step #1 completes without error
  2. The system should reboot
  3. Everything should work fine after reboot