summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/sbin/mkbindmounts
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-07-09 18:35:37 +0000
committer Eric Hameleers <alien@slackware.com>2023-07-09 20:58:07 +0200
commit7e558f163df566e4bacdf5ea90c70b4a1986e6c2 (patch)
tree2fa38558cf2bb198117c162b6b1be9f38744a31f /source/installer/sources/initrd/sbin/mkbindmounts
parenta59816a829a8276341c1053a594715c234b3b64b (diff)
downloadcurrent-7e558f163df566e4bacdf5ea90c70b4a1986e6c2.tar.gz
current-7e558f163df566e4bacdf5ea90c70b4a1986e6c2.tar.xz
Sun Jul 9 18:35:37 UTC 202320230709183537
ap/qpdf-11.5.0-x86_64-1.txz: Upgraded. kde/kid3-3.9.4-x86_64-1.txz: Upgraded. l/harfbuzz-8.0.0-x86_64-1.txz: Upgraded. l/xapian-core-1.4.23-x86_64-1.txz: Upgraded. n/gpgme-1.21.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/installer/sources/initrd/sbin/mkbindmounts')
-rwxr-xr-xsource/installer/sources/initrd/sbin/mkbindmounts6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/installer/sources/initrd/sbin/mkbindmounts b/source/installer/sources/initrd/sbin/mkbindmounts
index 40a9d7313..e5c95c0f1 100755
--- a/source/installer/sources/initrd/sbin/mkbindmounts
+++ b/source/installer/sources/initrd/sbin/mkbindmounts
@@ -5,6 +5,6 @@
# reinstall boot loaders).
mkdir -p /mnt/{dev,proc,sys}
-mount -o bind /dev /mnt/dev
-mount -o bind /proc /mnt/proc
-mount -o bind /sys /mnt/sys
+mount -o rbind /dev /mnt/dev
+mount -o rbind /proc /mnt/proc
+mount -o rbind /sys /mnt/sys