elif os.path.exists('/mnt/etc/redhat-release') == True:
            try:
                osproduct_tmp = subprocess.check_output("cat /mnt/etc/redhat-release | awk '{print $1}'", shell=True)[:-1].decode('utf-8')
                osproduct += ' ' + osproduct_tmp
            except: