From 71def3afa33dc2b8fc54674b150244f56ee476a4 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Thu, 5 May 2022 10:40:40 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/device-dev/subsystems/subsys-boot-init.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/device-dev/subsystems/subsys-boot-init.md b/en/device-dev/subsystems/subsys-boot-init.md index 7b001525e5..e5fbb03bcc 100644 --- a/en/device-dev/subsystems/subsys-boot-init.md +++ b/en/device-dev/subsystems/subsys-boot-init.md @@ -179,13 +179,13 @@ The init module starts key service processes during system startup. If you would The following describes how to use begetctl in detail. - Prerequisites + **Prerequisites** 1. Prepare the test environment by installing Python and PyCairo in Linux. pip install pycairo 2. Decompress bootchart-master.tar. tar -zxvf bootchart-master.tar - The operation procedure is as follows: + **Operation Procedure** 1. Start the system. 2. Run the **begetctl bootchart enable** command. 3. Restart the system. @@ -202,7 +202,7 @@ The init module starts key service processes during system startup. If you would **bootchart-master** directory and run the **python3 pybootchartgui.py -f pdf bootchart.tgz** command.
- Expected result:
+ **Expected Result**
        A **bootchart.pdf** file is generated in the **bootchart-master** directory. ## Development Guidelines -- GitLab