Browsing German translation

28 of 925 results
28.

The fde-setup-request command is used inside the fde-setup hook. It will
return information about what operation for full-disk encryption is
requested and auxiliary data to complete this operation.

The fde-setup hook should do what is requested and then call
"snapctl fde-setup-result" and pass the result data to stdin.

Here is an example for how the fde-setup hook is called initially:
$ snapctl fde-setup-request
{"op":"features"}
$ echo '{"features": []}' | snapctl fde-setup-result

Alternatively the hook could reply with:
$ echo '{"error":"hardware-unsupported"}' | snapctl fde-setup-result

And then it is called again with a request to do the initial key setup:
$ snapctl fde-setup-request
{"op":"initial-setup", "key": "key-to-seal"}
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-result
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Der Befehl fde-setup-request wird innerhalb des fde-setup-Hooks verwendet. Er wird
Informationen über die angeforderte Operation der Festplattenverschlüsselung,
sowie Hilfsdaten zur Vervollständigung dieser Operation anzeigen.

Der fde-setup-Hook sollte die angeforderte Operation ausführen und dann den Befehl
"snapctl fde-setup-result" aufrufen und die Ergebnisdaten an stdin übergeben.

Hier ist ein Beispiel dafür, wie der fde-setup-Hook anfänglich aufgerufen wird:
$ snapctl fde-setup-request
{"op": "features"}
$ echo '{"features": []}' | snapctl fde-setup-result

Alternativ könnte der Hook auch mit antworten:
$ echo '{"error": "hardware-unsupported"}' | snapctl fde-setup-result

Und dann wird er erneut mit der Aufforderung aufgerufen, die anfängliche Schlüsseleinrichtung vorzunehmen:
$ snapctl fde-setup-request
{"op": "initial-setup", "key": "key-to-seal"}
$ echo "{"sealed-key":"$base64_encoded_sealed_key"}" | snapctl fde-setup-re
Translated by Christoph Gerlach
Reviewed by Christoph Gerlach
Located in overlord/hookstate/ctlcmd/fde_setup.go:36
28 of 925 results

This translation is managed by Ubuntu German Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.