From 00ce224fa4d796673d878bc26ead669a368cecae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Jul 2020 22:14:40 -0400 Subject: [PATCH] chroot.md: Update mount syntax for /dev, /proc, /sys --- src/installation/guides/chroot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md index 4a2a61bf8..e252a0a86 100644 --- a/src/installation/guides/chroot.md +++ b/src/installation/guides/chroot.md @@ -137,9 +137,9 @@ methods. Mount the pseudo-filesystems needed for a chroot: ``` -# mount --rbind /sys /mnt/sys && mount --make-rslave /mnt/sys -# mount --rbind /dev /mnt/dev && mount --make-rslave /mnt/dev -# mount --rbind /proc /mnt/proc && mount --make-rslave /mnt/proc +# mount --rbind --make-rslave /sys /mnt/sys +# mount --rbind --make-rslave /dev /mnt/dev +# mount --rbind --make-rslave /proc /mnt/proc ``` Copy the DNS configuration into the new root so that XBPS can still download new