diff options
Diffstat (limited to 'hook')
-rw-r--r-- | hook/hostname | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hook/hostname b/hook/hostname index 4606362..585229a 100644 --- a/hook/hostname +++ b/hook/hostname @@ -3,8 +3,6 @@ run_latehook() { local newroot="/new_root/" - /usr/bin/systemd-machine-id-setup --root="${newroot}" - if [[ ! -s "${newroot}/etc/hostprefix" ]]; then cp "${newroot}/etc/hostname" "${newroot}/etc/hostprefix" fi |