removed another space

There was another one hidden in gentoo installation
This commit is contained in:
nils 2025-02-20 13:45:13 +01:00
parent 0e9be93206
commit 0f62c92746

View file

@ -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