X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/56ebc8501fd24ca8a2d1c7ecb224d7e667a26b86..fae448a5aa16aa50bbc5cf0fafd692d487754d18:/preseed/buster/commands/late_command?ds=sidebyside diff --git a/preseed/buster/commands/late_command b/preseed/buster/commands/late_command new file mode 100755 index 0000000..3f843be --- /dev/null +++ b/preseed/buster/commands/late_command @@ -0,0 +1,4 @@ +#!/bin/sh +cp -r /commands/late_commands.d /target +in-target run-parts /late_commands.d +rm -r /target/late_commands.d