]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
gentoo: document taget_root_mntpnt
authorPaymon MARANDI <Paymon MARANDI darwinskernel@gmail.com>
Tue, 30 May 2023 12:56:03 +0000 (08:56 -0400)
committerPaymon MARANDI <darwinskernel@gmail.com>
Fri, 23 Jun 2023 13:31:40 +0000 (09:31 -0400)
Signed-off-by: Paymon MARANDI <darwinskernel@gmail.com>
mkosi/distributions/gentoo.py

index 1cf72e4b174dc34fc8888ed1de20f5f7d6ad87f0..a21d15d07c1489948c9c06ae7511867e64ab9b95 100644 (file)
@@ -33,6 +33,7 @@ def invoke_emerge(
     thread_counts = (os.cpu_count() or 1) * 2  # * 2 for hyperthreading
     bwrap: list[PathString] = []
     if sysroot is not None:
+        # This is the mount-point inside our sysroot where we mount root
         target_root_mntp = "/tmp/mkosi-root"
         bwrap += ["--bind", state.root, target_root_mntp]
         root = Path(target_root_mntp)