Remove test specific to mt 0.13
parent
91ef4b2e3f
commit
820b3b9889
|
@ -283,7 +283,7 @@ def get_infos():
|
||||||
infos["codename"] = lsb.get("CODENAME", None)
|
infos["codename"] = lsb.get("CODENAME", None)
|
||||||
infos["release"] = lsb.get("RELEASE", None)
|
infos["release"] = lsb.get("RELEASE", None)
|
||||||
infos["arch"] = "64-bits" if sys.maxsize > 2**32 else "32-bits"
|
infos["arch"] = "64-bits" if sys.maxsize > 2**32 else "32-bits"
|
||||||
infos["live"] = os.path.exists("/bootmnt/manjaro") or os.path.exists("/run/miso/bootmnt/manjaro")
|
infos["live"] = os.path.exists("/run/miso/bootmnt/manjaro")
|
||||||
return infos
|
return infos
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue