Skip to content
Snippets Groups Projects
Commit fe2af29b authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

rauc: remove stray spaces


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 6850608a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
...@@ -10,7 +10,7 @@ compatible=Raspberry Pi 4 ...@@ -10,7 +10,7 @@ compatible=Raspberry Pi 4
bootloader=custom bootloader=custom
# Keep the RAUC status file in the system data partition, in a directory that # Keep the RAUC status file in the system data partition, in a directory that
# is common across revisions of the operating system. In other words, this file # is common across revisions of the operating system. In other words, this file
# is explicitly exempt from the A/B update process. # is explicitly exempt from the A/B update process.
statusfile=/run/mount/sysdata/common/status.raucs statusfile=/run/mount/sysdata/common/status.raucs
# Description of A/B slots used on the Raspberry Pi 4. # Description of A/B slots used on the Raspberry Pi 4.
...@@ -29,7 +29,7 @@ path=/etc/rauc/oniro-insecure-cert.pem ...@@ -29,7 +29,7 @@ path=/etc/rauc/oniro-insecure-cert.pem
[handlers] [handlers]
# Use SystemOTA for RAUC pre-install and post-install handlers. This is # Use SystemOTA for RAUC pre-install and post-install handlers. This is
# required for correct operation of the custom boot backend as well as for the # required for correct operation of the custom boot backend as well as for the
# operation of the state management handlers as provided by SystemOTA. # operation of the state management handlers as provided by SystemOTA.
pre-install=/usr/libexec/sysota/rauc-pre-install-handler pre-install=/usr/libexec/sysota/rauc-pre-install-handler
post-install=/usr/libexec/sysota/rauc-post-install-handler post-install=/usr/libexec/sysota/rauc-post-install-handler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment