Merge branch 'upstream'
[automated-distro-installer] / fai / config / scripts / DEBIAN / 40-misc
index 052bfc6a3b076460736367f6ccf12b8261c1604c..54ca499776933ec6df716178d5e8a1e772c05d6d 100755 (executable)
@@ -49,7 +49,7 @@ if [ ! -f $target/etc/machine-id ]; then
     > $target/etc/machine-id
 fi
 # recreate machine-id if the file is empty
-if [ X"$(stat -c '%s' $target/etc/machine-id 2>/dev/null)"  = X0 -a -f /bin/systemd-machine-id-setup ]; then
+if [ X"$(stat -c '%s' $target/etc/machine-id 2>/dev/null)"  = X0 -a -f $target/bin/systemd-machine-id-setup ]; then
     $ROOTCMD systemd-machine-id-setup
 fi