openSUSE / combustion

Configure MicroOS on the first boot
GNU General Public License v2.0
14 stars 7 forks source link

Set mount propagation flags for /sysroot in the right order #11

Closed Vogtinator closed 9 months ago

Vogtinator commented 9 months ago

Make /sysroot private before mounting anything below it to avoid that those mounts get propagated into processes with private mount namespaces such as systemd-udevd. Previously, the mounts were propagated but the umounts after --make-rslave /sysroot weren't.