From a292cbbc6b60b89c3c16526757cf2ed42475feb2 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 29 Jul 2023 19:18:13 +0530 Subject: [PATCH] update post install setup --- includes/post-install.ksi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/post-install.ksi b/includes/post-install.ksi index 18a9fa9..49f636c 100644 --- a/includes/post-install.ksi +++ b/includes/post-install.ksi @@ -24,4 +24,7 @@ rm -v -f /etc/resolv.conf rm -v -f /etc/machine-id touch /etc/machine-id +# Like 'machine-id', the 'random-seed' must be generated by the machine on its own +rm -v -f /var/lib/systemd/random-seed + %end