From Fedora Project Wiki
Sinnykumari (talk | contribs) m (manual partition link update) |
Sinnykumari (talk | contribs) m (use latest ostree remote to rebase config, fetches ostree from CDN) |
||
(One intermediate revision by one other user not shown) | |||
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 | # 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 | # 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, | # After reboot, run <code> sudo rpm-ostree rebase fedora:fedora/30/x86_64/silverblue</code> to perform rebase | ||
# Issue `systemctl reboot` | # Issue `systemctl reboot` | ||
|results= | |results= |
Latest revision as of 08:21, 2 April 2019
Description
This test case will focus on upgrading the rpm-ostree in Silverblue
Setup
- Download the Fedora 29 Silverblue image here
- Boot the iso in VM or Baremetal
- Install Fedora 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, run
sudo rpm-ostree rebase fedora:fedora/30/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