From Fedora Project Wiki
m (manual partition link update)
No edit summary
Line 2: Line 2:
|description=This test case will focus on upgrading the rpm-ostree in Silverblue
|description=This test case will focus on upgrading the rpm-ostree in Silverblue
|setup=
|setup=
# Download the Fedora 28 Silverblue image [https://download.fedoraproject.org/pub/fedora/linux/releases/28/AtomicWorkstation/x86_64/iso/Fedora-AtomicWorkstation-ostree-x86_64-28-1.1.iso here]
# Download the Fedora 29 Silverblue image [https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-29-1.2.iso here]
# Boot the iso in VM or Baremetal
# Boot the iso in VM or Baremetal
# Install Fedora 28 Silverblue by making sensible choices using anaconda. If you are opting for manual partitioning, follow the instruction mentioned [https://docs.fedoraproject.org/en-US/fedora-silverblue/installation-guide/#manual-partition here]
# Install Fedora Silverblue by making sensible choices using anaconda. If you are opting for manual partitioning, follow the instruction mentioned [https://docs.fedoraproject.org/en-US/fedora-silverblue/installation-guide/#manual-partition here]
# Finish the initial setup
# Finish the initial setup
|actions=
|actions=
Line 10: Line 10:
# Let it finish
# Let it finish
# Issue <code> systemctl reboot </code>
# Issue <code> systemctl reboot </code>
# After reboot, 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`
# After reboot, update gpgkeypath in file /etc/ostree/remotes.d/fedora-workstation.conf from `gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary` to `gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-30-primary`
# Run <code> sudo rpm-ostree rebase fedora/29/x86_64/silverblue</code> to perform rebase
# Run <code> sudo rpm-ostree rebase fedora/30/x86_64/silverblue</code> to perform rebase
# Issue `systemctl reboot`
# Issue `systemctl reboot`
|results=
|results=

Revision as of 21:35, 1 April 2019

Description

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

Setup

  1. Download the Fedora 29 Silverblue image here
  2. Boot the iso in VM or Baremetal
  3. Install Fedora Silverblue by making sensible choices using anaconda. If you are opting for manual partitioning, follow the instruction mentioned here
  4. Finish the initial setup

How to test

  1. Open terminal and execute sudo rpm-ostree upgrade
  2. Let it finish
  3. Issue systemctl reboot
  4. After reboot, update gpgkeypath in file /etc/ostree/remotes.d/fedora-workstation.conf from gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary to gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-30-primary
  5. Run sudo rpm-ostree rebase fedora/30/x86_64/silverblue to perform rebase
  6. Issue systemctl reboot

Expected Results

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