Ejemplo n.º 1
0
def generic_infofunc():
    utsmachine = os.uname()[4]
    return utils.lsb_release_info() + u'Architecture: %s\n\n' % utsmachine
Ejemplo n.º 2
0
def generic_infofunc():
    utsmachine = os.uname()[4]
    return utils.lsb_release_info() + u'Architecture: %s\n\n' % utsmachine
Ejemplo n.º 3
0
def ubuntu_infofunc():
    return utils.lsb_release_info() + dpkg_infofunc()
Ejemplo n.º 4
0
def ubuntu_infofunc():
    return utils.lsb_release_info() + dpkg_infofunc()