From 0f62c927464eb4f508f9704c5c76ab508d4ad275 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 20 Feb 2025 13:45:13 +0100 Subject: [PATCH] removed another space There was another one hidden in gentoo installation --- docs/gentoo-desktop-setup/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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