AW: fcopy and /dev/null
Thomas Lange
lange at informatik.uni-koeln.de
Tue Sep 17 15:04:09 CEST 2019
>>>>> On Tue, 17 Sep 2019 12:54:48 +0000, Frank Morawietz <Frank.Morawietz at 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
More information about the linux-fai
mailing list