-
Task
-
Resolution: Done
-
Undefined
-
1
-
False
-
-
False
-
None
-
rhel-kernel-livepatching
-
-
-
CK-March-2025
-
1
Compliance source:
- Considerations for kernel test case adaptation.
-
- New home dirs - /var/home, /var/roothome (/root symlinked to /var/roothome)
- Tests that update kernel/configs not allowed
- grub2-mkconfig / grubby - won’t work
- /boot/vmlinuz-* does not exist; moved to /boot/ostree/default-###/vmlinuz-*
- Need: best practice for updating the kernel, params, using modules
-
- mktemp does still work (/tmp as /var/tmp)
- .bashrc not sourced automatically
- Set up /root/.bashrc; when SSH into qemu image, it was not sourced automatically
- To quote Luis: “it is BootC, not RunC or RuntimeC. Has it booted? The work is done
”
- To quote Luis: “it is BootC, not RunC or RuntimeC. Has it booted? The work is done
- Set up /root/.bashrc; when SSH into qemu image, it was not sourced automatically
-
-
- Might be important for teams that rely on putting vars there and expect tests to have them available
- Alternative: put custom script in /etc/profile.d/, this appears to work for SSH login at least
-