rootfs: Mount tmpfs at /tmp during boot - #234
Conversation
Mount tmpfs at /tmp during boot to keep bpf selftests temporary files in RAM and avoid writing them to the underlying root filesystem. Signed-off-by: Pu Lehui <pulehui@gmail.com>
|
@pulehui we don't use rootfs code on BPF CI. Are you using this yourself? |
|
Hi @theihor, I'm referring to IIUC, those rootfs images are generated from the scripts under |
|
Wow, I wasn't aware of that. Ok, let's merge this then. But also the vmtest.sh needs to be fixed up to use the main branch (not master). Can you send a patch upstream? |
OK, will handle this |
Mount tmpfs at /tmp during boot to keep bpf selftests temporary files in RAM and avoid writing them to the underlying root filesystem.