Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 62770c5

Browse files
committed
Fix typo in Fedora 8 distro name
1 parent 02ba788 commit 62770c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtinst/FullVirtGuest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class FullVirtGuest(Guest.XenGuest):
3434
"fedora5": { "label": "Fedora Core 5", "distro": "fedora" }, \
3535
"fedora6": { "label": "Fedora Core 6", "distro": "fedora" }, \
3636
"fedora7": { "label": "Fedora 7", "distro": "fedora" }, \
37-
"fedora8": { "label": "Fedora 7", "distro": "fedora" }, \
37+
"fedora8": { "label": "Fedora 8", "distro": "fedora" }, \
3838
"sles10": { "label": "Suse Linux Enterprise Server", "distro": "suse" }, \
3939
"generic24": { "label": "Generic 2.4.x kernel" }, \
4040
"generic26": { "label": "Generic 2.6.x kernel" }, \

0 commit comments

Comments
 (0)