From Fedora Project Wiki
(created install repo from DVD with additional variations) |
(typo) |
||
Line 5: | Line 5: | ||
|actions= | |actions= | ||
# Insert the optical disk to the optical DVD drive | # Insert the optical disk to the optical DVD drive | ||
# Boot the installer from {{filename|DVD.iso}} or pxeboot images. | # Boot the installer from {{filename|DVD.iso}} or pxeboot images etc. | ||
# Direct anaconda to use the package repo from DVD by any of the following means. You can: | # Direct anaconda to use the package repo from DVD by any of the following means. You can: | ||
#* Provide the device name using the <code>repo=</code> option, for example:<pre>repo=cdrom:/dev/sr0</pre> | #* Provide the device name using the <code>repo=</code> option, for example:<pre>repo=cdrom:/dev/sr0</pre> |
Latest revision as of 09:54, 31 May 2011
Description
This test verifies the DVD-based install repository by adding additional variation during installation. Testing also includes verifying proper installation of packages included in the repository.
Setup
- Burn
DVD.iso
image to an optical disk.
How to test
- Insert the optical disk to the optical DVD drive
- Boot the installer from
DVD.iso
or pxeboot images etc. - Direct anaconda to use the package repo from DVD by any of the following means. You can:
- Provide the device name using the
repo=
option, for example:repo=cdrom:/dev/sr0
- Append
askmethod
as kernel argument, and select Local CD/DVD when prompted.
- Provide the device name using the
- Proceed with installation
Expected Results
- Anaconda uses the package repository from
DVD.iso
provided. - Install completes successfully
- Package errors (install.log) should not occur
- System boots successfully