Merge pull request #46495 from erikarvstedt/hostid-cmd

networking.hostId: fix cmd in description
This commit is contained in:
Jörg Thalheim 2018-09-11 10:31:44 +01:00 committed by GitHub
commit b60ddaf014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,7 +341,7 @@ in
You should try to make this ID unique among your machines. You can
generate a random 32-bit ID using the following commands:
<literal>cksum /etc/machine-id | while read c rest; do printf "%x" $c; done</literal>
<literal>head -c 8 /etc/machine-id</literal>
(this derives it from the machine-id that systemd generates) or