• Home
  • Raw
  • Download

Lines Matching full:required

81 - Waits until the init process prepares the initial file system and mounts `required.fstab` (includ…
149 …he first phase of the boot process, a soft link will be created for the required partition device …
150 …it,required | The `fstab` information is first read from cmdline. If this fails, the system will …
152 - Mounting of `required` partitions
154 …A `required` partition is one that is essential for system boot. It must be mounted before level-2…
156required partition information in two ways. The init process first reads the required partition in…
162 …init process reads the `fstab.required` file from cmdline. If the attempt fails, the init process …
169 …rtitionName in the **uevent** message matches with device information in the `fstab.required` file.
174 …1. Format the path of the soft link to be created for required block device nodes. A soft link hel…
181required for system boot. The content prefixed with `ohos.required_mount.` is the partition mounti…
187required partition on the Hi3516D V300 platform to illustrate the boot process. During this proces…
193 1. Obtain the `required` partition device information.
200 INIT_LOGI("Cannot load fstab from command line, try read from fstab.required");
201 const char *fstabFile = "/etc/fstab.required";
203 fstabFile = "/system/etc/fstab.required";
205 … INIT_ERROR_CHECK(access(fstabFile, F_OK) == 0, abort(), "Failed get fstab.required");
211 …e init process outputs log information and continues to read the `fstab.required` file for the fst…
242 4. Process the **uevent** message of the `required` partition device.
262 5. Create the `required` partition device node and the corresponding soft link.
264 …default_boot_device` in `bootargs` will be matched with the path of the required device node in th…
302 6. Mount the `required` partition.
310 INIT_LOGI("Mount required partitions");
315 …Therefore, when "Mount required partitions" is displayed, the `required` partition device is ready…
335 After mounting required partitions, the init process scans each script file in the `vendor` partiti…
344 …dev/block/platform/fe310000.sdhci/by-name/system /usr ext4 ro,barrier=1 wait,required
345 …block/platform/fe310000.sdhci/by-name/vendor /vendor ext4 ro,barrier=1 wait,required
359 …ystem manager flags.<br>Available values include **check**, **wait**, **required**, **nofail**, an…