altlinux doesn't have installable URLs, clarify

This commit is contained in:
Cole Robinson 2013-10-15 11:21:53 -04:00
parent 6673123185
commit 1a88cef3af
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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"