89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
https://distrobox.it/
GNU General Public License v3.0
10.15k stars 419 forks source link

init: separate 'mount --rbind -o rslave ...' into 'mount --rbind ...'… #1583

Closed timwa0669 closed 1 month ago

timwa0669 commented 1 month ago

… and 'mount --make-rslave ...'

On some legacy distros like Ubuntu 18.04.6, the mount executable does not support '-o rslave'. So we use '--make-rslave' instead.

89luca89 commented 1 month ago

Thanks @timwa0669 LGTM!