Skip to content

Commit cb8b959

Browse files
committed
config: CONFIG.md: Add information about fallback images and memory usage
Signed-off-by: Zile995 <[email protected]>
1 parent 1db91f6 commit cb8b959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/CONFIG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fallback_cmdline: "root=LABEL=arch_root rw"
8282

8383
* `efistub` manages EFI entries. If enabled, `booster-um` will create a new EFI entry. If it is not specified, its value is set to `false`
8484

85-
* `low_memory` is an option that prevents high memory usage. Instead of generating initramfs in parallel, booster-um will generate initramfs one by one. This is certainly slower, but takes up less memory. If it is not specified, its value is set to `false`
85+
* `low_memory` is an option that prevents high memory usage, especially when fallback images are generated. Instead of generating initramfs in parallel, booster-um will generate initramfs one by one. This is certainly slower, but takes up less memory. If it is not specified, its value is set to `false`
8686

8787
* `enable_splash` is an option that enables splash screen. If you want to disable splash for **all specified or unspecified** kernels under `kernel_config` node, set it to `false`. By default this option is enabled and `/usr/share/systemd/bootctl/splash-arch.bmp` splash will be used (you can change it with `default_splash` option under `kernel_config` node)
8888

0 commit comments

Comments
 (0)