From: Alison Chaiken
Add support for creating a readahead pack in a runtime-specified
directory. Users may want the feature if they their rootfs is
read-only at boot or if they maintain more than one pack file. The
new pack-file location is specified by a --pack-location command-line
switch. D
From: Alison Chaiken
Source code has "files-max" and XML has --max-files.
Signed-off-by: Alison Chaiken
---
man/systemd-readahead-replay.service.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/systemd-readahead-replay.service.xml
b/man/systemd-readahead-replay.serv
From: Alison Chaiken
The ARM runtime reports the major device type associated with
/proc/self/mountinfo as MMC_BLOCK_MAJOR, causing on_ssd() in
readahead-common.c to return false. on_ssd() should return true, as
MMC like SSD is not rotational.
Signed-off-by: Alison Chaiken
---
src/readahead/