mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-05 04:27:55 +00:00
0f12faa0fc
A node may list syncfiles in both postscripts and postbootscripts -- once for the install and once for the booted node. The deferral prepended its own copy regardless, so the booted node ran syncfiles twice in a row inside a marker block that made it look like xCAT had generated the duplicate. Keep the entry the node already has and still remove the install-time one, which is the copy that cannot work in the in-target chroot. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>