Bump to latest OS Agent version to support Device Wipe (#1292)
The latest version of OS Agent sets haos.wipe=1 as kernel argument to trigger a device wipe. Let systemd pickup this kernel command line argument and start haos-wipe.service. This rather complex architecture allows to add other triggers in the future, e.g. a button read in the boot loader.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
################################################################################
|
||||
#
|
||||
# foo
|
||||
# Home Assistant OS Agent
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OS_AGENT_VERSION = 7bff7f5cd223ad439b738cea513cb558a18155c9
|
||||
OS_AGENT_VERSION = 8ce70291d410b2d32bac5057e1ada70e8c49bf12
|
||||
OS_AGENT_SITE = $(call github,home-assistant,os-agent,$(OS_AGENT_VERSION))
|
||||
OS_AGENT_LICENSE = Apache License 2.0
|
||||
OS_AGENT_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user