Split off rbinding operations

This commit is contained in:
2025-12-24 16:28:55 -05:00
parent 637f5b69db
commit 2028fa4396
2 changed files with 19 additions and 14 deletions

18
rbind.sh Normal file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
set -euo pipefail
mount \
--rbind \
/dev \
/mnt/dev
mount \
--rbind \
/proc \
/mnt/proc
mount \
--rbind \
/sys \
/mnt/sys