docs(tvix/boot): update docstring
mkBootTest is not limited to only listing files, it can also be used (is used) to boot init. Change-Id: Iaa0d2b5bad3be856aa8a0172450efe166620ba41 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12882 Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
12c9db5a9a
commit
b4ab3b45d7
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
{ depot, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
# Seed a tvix-store with the tvix docs, then start a VM, ask it to list all
|
||||
# files in /nix/store, and ensure the store path is present, which acts as a
|
||||
# nice smoketest.
|
||||
# Seed a tvix-store with the specified path, then start a VM with the
|
||||
# tvix-boot initrd.
|
||||
# Allows customizing the cmdline, which can be used to list files,
|
||||
# or specify what init should be booted.
|
||||
mkBootTest =
|
||||
{ blobServiceAddr ? "memory://"
|
||||
, directoryServiceAddr ? "memory://"
|
||||
|
|
Loading…
Reference in a new issue