pyanaconda.isys package

Module contents

pyanaconda.isys.isIsoImage(path)
pyanaconda.isys.isLpaeAvailable()
pyanaconda.isys.isPaeAvailable()
pyanaconda.isys.set_system_date_time(year=None, month=None, day=None, hour=None, minute=None, second=None, tz=None)

Set system date and time given by the parameters as numbers. If some parameter is missing or None, the current system date/time field is used instead (i.e. the value is not changed by this function).

pyanaconda.isys.set_system_time(secs)

Set system time to time given as a number of seconds since the Epoch.

Parameters:secs (int) – a number of seconds since the Epoch to set system time to
pyanaconda.isys.sync()
pyanaconda.isys.total_memory()

Returns total system memory in kB (given to us by /proc/meminfo)