>>>>> On Tue, 17 Sep 2019 12:54:48 +0000, Frank Morawietz >>>>> <frank.morawi...@merckgroup.com> said:
> I added the mknod command ("mknod --mode=666 /dev/null c 1 3") to the repository hook, right before calling fcopy the first time. You have to use mknod --mode=666 $target/dev/null c 1 3 Maybe /dev/null is needed in the very beginning, so check when this device is created. Or try to add /dev/null to the basefile. -- regards Thomas