You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With M2, Apple has changed the hardware identifier of M2 devices away from the conventional MacBookProXX,X nomenclature to just MacXX,X, with the model name omitted.
On M2, running system_profiler in munkilib/reportcommon.py under Rosetta then causes the machine_name used by Munkireport to simply report as "Mac", instead of MacBook Pro or MacBook Air.
A potential workaround is to prepend any subprocess command calls within the runner with arch -arm64 once we have identified that we are running on Apple Silicon (we can do this using the method described in #1481).
The text was updated successfully, but these errors were encountered:
With M2, Apple has changed the hardware identifier of M2 devices away from the conventional MacBookProXX,X nomenclature to just MacXX,X, with the model name omitted.
On M2, running
system_profiler
inmunkilib/reportcommon.py
under Rosetta then causes themachine_name
used by Munkireport to simply report as "Mac", instead of MacBook Pro or MacBook Air.A potential workaround is to prepend any
subprocess
command calls within the runner witharch -arm64
once we have identified that we are running on Apple Silicon (we can do this using the method described in #1481).The text was updated successfully, but these errors were encountered: