I'm trying to watch dmesg output in (initramfs) but command output has more lines than a screen. So I see only the end of dmesg output.
Busybox v1.21.1 has more command, but dmesg | more somehow doesn't work as expected (it shows complete output without possibility scroll).
Why it doesn't work and are there any other ways in initramfs to watch dmesg output?