>>>>> On Tue, 21 May 2013 09:17:47 -0700, Bob Apodaca
>>>>> <[email protected]> said:
> I need to run a custom script during an FAI install. My first thought
> was to install the script in NFSROOT/usr/local/bin.
That's correct. If you like to run it during installation install it
into this directory.
> However, when I
> booted my install target /usr/local/bin was empty.
/target/usr/local/bin is empty, because that's
normally your hard disk which was just partitioned by setup-storage.
Call /usr/local/bin/<yourscript> or bind mount this onto
/target/usr/local/bin and call your script from inside /target via
$ROOTCMD.
--
regards Thomas