siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.9k stars 555 forks source link

refactor: mount /run, /system and /tmp via tasks, not in initramfs #9687

Closed dsseng closed 1 week ago

dsseng commented 1 week ago

These are not used in initramfs, and require extra actions to relabel /system and /run in case they are mounted before loading the SELinux policy. Move them farther thus

Signed-off-by: Dmitry Sharshakov dmitry.sharshakov@siderolabs.com

Part of #9648

smira commented 1 week ago

Reworked into #9709