mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
altlinux doesn't have installable URLs, clarify
This commit is contained in:
parent
6673123185
commit
1a88cef3af
@ -298,10 +298,6 @@ ftp://ftp.uwsg.indiana.edu/linux/mandrake/official/2009.0/i586/
|
||||
|
||||
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/1
|
||||
|
||||
=item ALT Linux
|
||||
|
||||
ftp://ftp.altlinux.org/pub/distributions/ALTLinux/
|
||||
|
||||
=back
|
||||
|
||||
=item --pxe
|
||||
|
@ -952,6 +952,8 @@ class MandrivaDistro(Distro):
|
||||
|
||||
|
||||
class ALTLinuxDistro(Distro):
|
||||
# altlinux doesn't have installable URLs, so this is just for a
|
||||
# mounted ISO
|
||||
name = "ALT Linux"
|
||||
urldistro = "altlinux"
|
||||
os_variant = "linux"
|
||||
|
Loading…
Reference in New Issue
Block a user