mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 730b435e2b45a6ebd75ea3aa260c6a111f6b26dc
parent cd67a55e9d52456dc1d9546baceed808521683e0
Author: ccx <ccx@te2000.cz>
Date:   Mon, 18 Mar 2024 01:54:56 +0000

Prefer -o syntax to long mount flags

Diffstat:
Msbin/ns_run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ns_run b/sbin/ns_run @@ -72,7 +72,7 @@ backtick -i NS_FINAL_SCRIPT { } # mount and enter the chroot directory -if { mount --rbind $1 $NS_ROOT } +if { mount -o rbind $1 $NS_ROOT } cd $NS_ROOT ## this will be better handled by NS_EXTRA script