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