Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 55) sorted by relevance

123

/systemd-251/test/units/
Dtestsuite-70.sh16 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1
21 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 && { echo…
26 env PIN=123456 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headl…
30 env PIN=123457 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headl…
34 env PIN=123456 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headl…
39 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1
44 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 && exit 1
Dtestsuite-29.sh30 portablectl "${ARGS[@]}" attach --now --runtime /usr/share/minimal_0.raw minimal-app0
55 portablectl "${ARGS[@]}" attach --copy=symlink --now --runtime /tmp/minimal_0 minimal-app0
75 portablectl "${ARGS[@]}" attach --now --runtime --extension /usr/share/app0.raw /usr/share/minimal_…
89 portablectl "${ARGS[@]}" attach --now --runtime --extension /usr/share/app1.raw /usr/share/minimal_…
134 portablectl "${ARGS[@]}" attach --copy=symlink --now --runtime /tmp/overlay app1
142 portablectl "${ARGS[@]}" attach --copy=symlink --now --runtime --extension /tmp/app0 --extension /t…
/systemd-251/docs/
DHACKING.md256 To simplify debugging systemd when testing changes using mkosi, we're going to show how to attach
260 To allow VSCode's debugger to attach to systemd running in a mkosi image, we have to make sure it c…
286 debugger how to attach to the systemd instance running in our mkosi container/VM. Create the file a…
297 "request": "attach",
327 attach breakpoints from the editor and enjoy all the other features of VSCode's debugger.
332 container to figure out the PID and enter it when asked and VSCode will attach to that process inst…
337 providing the location of the text and data sections. These location can then be used to attach
350 If the debugger is too slow to attach to examine an early boot code passage, we can uncomment the
DPORTABLE_SERVICES.md89 # portablectl attach foobar_0.7.23.raw
145 Note that `portablectl attach` won't enable or start any of the units it copies
149 The `portablectl reattach` command combines a `detach` with an `attach`. It is
291 # portablectl attach --extension foobar_0.7.23.raw debian-runtime_11.1.raw foobar
292 # portablectl attach --extension barbaz_7.0.23/ debian-runtime_11.1.raw barbaz
320 # portablectl attach foobar_0.7.23.raw
/systemd-251/man/
Dfido2-crypttab.sh8 sudo /usr/lib/systemd/systemd-cryptsetup attach mytest /dev/sdXn - fido2-device=auto
Dtpm2-crypttab.sh8 sudo /usr/lib/systemd/systemd-cryptsetup attach mytest /dev/sdXn - tpm2-device=auto
Dyubikey-crypttab.sh24 sudo /usr/lib/systemd/systemd-cryptsetup attach mytest /dev/sdXn - pkcs11-uri=auto
/systemd-251/.semaphore/
Dsemaphore-runner.sh37 sudo lxc-attach -n "$CONTAINER" -- sh -ex <<EOF
/systemd-251/shell-completion/bash/
Dportablectl43 [IMAGE]='attach detach reattach inspect is-attached set-limit'
Dloginctl85 [ATTACH]='attach'
/systemd-251/po/
Del.po112 #| msgid "Authentication is required to attach a device to a seat."
382 msgid "Authentication is required to attach a device to a seat."
909 #| msgid "Authentication is required to attach a device to a seat."
911 "Authentication is required to attach or detach a portable service image."
Dbg.po110 #| msgid "Authentication is required to attach a device to a seat."
384 msgid "Authentication is required to attach a device to a seat."
936 #| msgid "Authentication is required to attach a device to a seat."
938 "Authentication is required to attach or detach a portable service image."
Dsr.po114 #| msgid "Authentication is required to attach a device to a seat."
372 msgid "Authentication is required to attach a device to a seat."
910 #| msgid "Authentication is required to attach a device to a seat."
912 "Authentication is required to attach or detach a portable service image."
Dbe@latin.po111 #| msgid "Authentication is required to attach a device to a seat."
373 msgid "Authentication is required to attach a device to a seat."
919 #| msgid "Authentication is required to attach a device to a seat."
921 "Authentication is required to attach or detach a portable service image."
Dlt.po98 #| "Authentication is required to attach or detach a portable service image."
111 #| msgid "Authentication is required to attach a device to a seat."
363 msgid "Authentication is required to attach a device to a seat."
885 "Authentication is required to attach or detach a portable service image."
Dde.po117 #| msgid "Authentication is required to attach a device to a seat."
394 msgid "Authentication is required to attach a device to a seat."
955 #| msgid "Authentication is required to attach a device to a seat."
957 "Authentication is required to attach or detach a portable service image."
Dca.po112 #| msgid "Authentication is required to attach a device to a seat."
381 msgid "Authentication is required to attach a device to a seat."
920 #| msgid "Authentication is required to attach a device to a seat."
922 "Authentication is required to attach or detach a portable service image."
Dgl.po98 #| "Authentication is required to attach or detach a portable service image."
111 #| msgid "Authentication is required to attach a device to a seat."
369 msgid "Authentication is required to attach a device to a seat."
860 "Authentication is required to attach or detach a portable service image."
Dhu.po112 #| msgid "Authentication is required to attach a device to a seat."
368 msgid "Authentication is required to attach a device to a seat."
909 #| msgid "Authentication is required to attach a device to a seat."
911 "Authentication is required to attach or detach a portable service image."
Dbe.po347 msgid "Authentication is required to attach a device to a seat."
831 "Authentication is required to attach or detach a portable service image."
Dka.po327 msgid "Authentication is required to attach a device to a seat."
801 "Authentication is required to attach or detach a portable service image."
Dkab.po301 msgid "Authentication is required to attach a device to a seat."
740 "Authentication is required to attach or detach a portable service image."
/systemd-251/shell-completion/zsh/
D_loginctl143 "attach:Attach one or more devices to a seat"
/systemd-251/src/login/
Dloginctl.c1132 static int attach(int argc, char *argv[], void *userdata) { in attach() function
1442 { "attach", 3, VERB_ANY, 0, attach }, in loginctl_main()
/systemd-251/
DLICENSE.GPL2288 To do so, attach the following notices to the program. It is safest
289 to attach them to the start of each source file to most effectively

123