removed another space
There was another one hidden in gentoo installation
This commit is contained in:
parent
0e9be93206
commit
0f62c92746
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Then before finally chrooting into the system simply copy over the `resolv.conf`
|
||||||
``` shell-session
|
``` shell-session
|
||||||
sh# cp /etc/resolv.conf /mnt/etc/.
|
sh# cp /etc/resolv.conf /mnt/etc/.
|
||||||
sh# cp /tmp/rpool.key /mnt/tmp
|
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
|
> mount --rbind --make-rslave /$i /mnt/$i
|
||||||
> done
|
> done
|
||||||
sh# chroot /mnt
|
sh# chroot /mnt
|
||||||
|
|
Loading…
Reference in a new issue