mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
fix a typo
This commit is contained in:
parent
6ccb1dbc8d
commit
5eae2f830b
@ -47,7 +47,7 @@ If you want to add some bind mounts it is easy:
|
|||||||
|
|
||||||
systemd-nspawn -D . --bind /usr/portage
|
systemd-nspawn -D . --bind /usr/portage
|
||||||
|
|
||||||
Now your /usr/portage is bound to your host, so no need to sync/etc. If you want to bind to a different destination add a “:dest” after the source, relative to the root of the chroot (so –bind foo is the same as –bind foo:foo).
|
Now your /usr/portage is bound to your host, so no need to sync/etc. If you want to bind to a different destination add a “:dest” after the source, relative to the root of the chroot (so --bind foo is the same as --bind foo:foo).
|
||||||
|
|
||||||
If the container has a functional init that can handle being run inside, you can add a -b to boot it:
|
If the container has a functional init that can handle being run inside, you can add a -b to boot it:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user