diff options
author | Christian Hesse <mail@eworm.de> | 2022-12-22 10:14:35 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-12-22 10:50:32 +0100 |
commit | 0c02794ff3921da0ac6ee8b82716b258ca3a5340 (patch) | |
tree | eca16df8c139fcc0a139b0a583deecdfa2355599 /install | |
parent | 2dc23e1042d90f966967dc1c2ea855a105c09e67 (diff) | |
download | mkinitcpio-hostname-0c02794ff3921da0ac6ee8b82716b258ca3a5340.tar.gz mkinitcpio-hostname-0c02794ff3921da0ac6ee8b82716b258ca3a5340.tar.zst |
do not set machine-id
This is no longer required as archiso resets the file.
Currently systemd's first-boot mechanism is still unavailable as archiso
creates an empty file, instead of writing special value "uninitialized".
See "First Boot Semantics" in machine-id(5) for details.
Diffstat (limited to 'install')
-rw-r--r-- | install/hostname | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/hostname b/install/hostname index 58ad350..7f41a4d 100644 --- a/install/hostname +++ b/install/hostname @@ -2,7 +2,6 @@ build() { add_runscript - add_binary /usr/bin/systemd-machine-id-setup } help() { |