From Fedora Project Wiki
(create draft ARM direct image deployment test case) |
(add the simplest form of xzcat command for convenience) |
||
Line 7: | Line 7: | ||
|actions= | |actions= | ||
# Download the image you wish to test. | # Download the image you wish to test. | ||
# Write it to a form of media bootable on the test system following any instructions given on the appropriate instruction page (e.g. [[Architectures/ARM/F{{FedoraVersionNumber|next}}/Installation]] for the currently-pending Fedora release). | # Write it to a form of media bootable on the test system following any instructions given on the appropriate instruction page (e.g. [[Architectures/ARM/F{{FedoraVersionNumber|next}}/Installation]] for the currently-pending Fedora release). Usually, this means running a command like <code>xzcat -v <filename>.raw.xz > /dev/<location-of-your-media></code> | ||
# Attach the written medium to the test system and boot it, ensuring the medium takes priority over other boot methods. | # Attach the written medium to the test system and boot it, ensuring the medium takes priority over other boot methods. | ||
|results= | |results= | ||
# The system boots to the initial-setup tool. | # The system boots to the initial-setup tool. | ||
}} | }} |
Revision as of 20:06, 16 August 2013
Description
This case tests whether a direct deployment of a Fedora image works on an ARM platform.
Setup
- Make any required changes to the test system's bootloader configuration.
How to test
- Download the image you wish to test.
- Write it to a form of media bootable on the test system following any instructions given on the appropriate instruction page (e.g. Architectures/ARM/F42/Installation for the currently-pending Fedora release). Usually, this means running a command like
xzcat -v <filename>.raw.xz > /dev/<location-of-your-media>
- Attach the written medium to the test system and boot it, ensuring the medium takes priority over other boot methods.
Expected Results
- The system boots to the initial-setup tool.