File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This allows using Nix to build images which can be run on many recent Linux dist
1515The primary tool for interacting with Portable Services is ` portablectl ` ,
1616and they are managed by the ` systemd-portabled ` system service.
1717
18- :::{.note}
18+ ::: {.note}
1919Portable services are supported starting with systemd 239 (released on 2018-06-22).
2020:::
2121
@@ -37,7 +37,7 @@ dependencies of the two derivations in the `units` list.
3737` units ` must be a list of derivations, and their names must be prefixed with the service name (` "demo" ` in this case).
3838Otherwise ` systemd-portabled ` will ignore them.
3939
40- :::{.Note }
40+ ::: {.note }
4141The ` .raw ` file extension of the image is required by the portable services specification.
4242:::
4343
@@ -76,6 +76,6 @@ portablectl attach demo_1.0.raw
7676systemctl enable --now demo.socket
7777systemctl enable --now demo.service
7878```
79- :::{.Note }
79+ ::: {.note }
8080See the [ man page] ( https://www.freedesktop.org/software/systemd/man/portablectl.html ) of ` portablectl ` for more info on its usage.
8181:::
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ Preferred source hash type is sha256. There are several ways to get it.
489489
490490 in the package expression, attempt build and extract correct hash from error messages.
491491
492- :::{.warning}
492+ ::: {.warning}
493493 You must use one of these four fake hashes and not some arbitrarily-chosen hash.
494494
495495 See [](#sec-source-hashes-security).
You can’t perform that action at this time.
0 commit comments