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