diff --git a/docs/gentoo-desktop-setup/installation.md b/docs/gentoo-desktop-setup/installation.md index a9975e2..c8afd4e 100644 --- a/docs/gentoo-desktop-setup/installation.md +++ b/docs/gentoo-desktop-setup/installation.md @@ -39,7 +39,7 @@ Then before finally chrooting into the system simply copy over the `resolv.conf` ``` shell-session sh# cp /etc/resolv.conf /mnt/etc/. sh# cp /tmp/rpool.key /mnt/tmp -sh# for i in dev proc sys run; do +sh# for i in dev proc sys run; do > mount --rbind --make-rslave /$i /mnt/$i > done sh# chroot /mnt