Add redhat mapping from tftpd-hpa to tftp-server
This will be needed by a patch I'll be submitting to t-e-i to change the tftp implementation used by ubuntu, so that both Ubuntu and Fedora can use the same implementation. Change-Id: Ie9581265dfa2c37342e01162fe580b1948dd3e03
This commit is contained in:
parent
3144cc63be
commit
66b293af1c
@ -55,6 +55,7 @@ package_map = {
|
|||||||
'libmysql-java' : 'mysql-connector-java',
|
'libmysql-java' : 'mysql-connector-java',
|
||||||
'default-jre' : 'java',
|
'default-jre' : 'java',
|
||||||
'atftpd' : 'tftp-server',
|
'atftpd' : 'tftp-server',
|
||||||
|
'tftpd-hpa' : 'tftp-server',
|
||||||
'apache2': 'httpd',
|
'apache2': 'httpd',
|
||||||
'libapache2-mod-wsgi': 'mod_wsgi',
|
'libapache2-mod-wsgi': 'mod_wsgi',
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,7 @@ package_map = {
|
|||||||
'openssh-client': 'openssh-clients',
|
'openssh-client': 'openssh-clients',
|
||||||
'default-jre': 'java-1.7.0-openjdk',
|
'default-jre': 'java-1.7.0-openjdk',
|
||||||
'atftpd': 'tftp-server',
|
'atftpd': 'tftp-server',
|
||||||
|
'tftpd-hpa' : 'tftp-server',
|
||||||
}
|
}
|
||||||
|
|
||||||
for arg in sys.argv[1:]:
|
for arg in sys.argv[1:]:
|
||||||
|
Loading…
Reference in New Issue
Block a user