From 6ecf8d473a2967dc7a80efb8505e3bd3aaec31c1 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 10 Jan 2015 15:57:46 +0100 Subject: [PATCH] machine-id: copy it over to /var/lib --- lib/util-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-iso.sh b/lib/util-iso.sh index 781031b..90e9e4e 100644 --- a/lib/util-iso.sh +++ b/lib/util-iso.sh @@ -18,7 +18,7 @@ configure_machine_id(){ # set unique machine-id msg2 "Setting machine-id ..." chroot $1 dbus-uuidgen --ensure=/etc/machine-id - chroot $1 dbus-uuidgen --ensure=/var/lib/dbus/machine-id + chroot $1 cp /etc/machine-id /var/lib/dbus/machine-id } # $1: chroot