From Fedora Project Wiki
Sinnykumari (talk | contribs) m (link for manual partition selection) |
Sinnykumari (talk | contribs) m (manual partition link update) |
||
Line 4: | Line 4: | ||
# 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 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] | ||
# 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 | # 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] | ||
# Finish the initial setup | # Finish the initial setup | ||
|actions= | |actions= |
Revision as of 13:56, 19 September 2018
Description
This test case will focus on upgrading the rpm-ostree in Silverblue
Setup
- Download the Fedora 28 Silverblue image here
- 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 here
- Finish the initial setup
How to test
- Open terminal and execute
sudo rpm-ostree upgrade
- Let it finish
- Issue
systemctl reboot
- 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
togpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary
- Run
sudo rpm-ostree rebase fedora/29/x86_64/silverblue
to perform rebase - Issue
systemctl reboot
Expected Results
- Step #1 completes without error
- The system should reboot
- Everything should work fine after reboot