[CentOS] Custom ISO With Post Installation Scripts

Sat Jun 9 13:10:07 UTC 2018
Ulf Volmer <u.volmer at u-v.de>

On 09.06.2018 14:48, Earl Ramirez wrote:

> # copy scripts to the destintion of the server
> cp -v $SRCDIR/postinstall/script1.sh > $DSTDIR/etc/rc.d/rc.local/script1.sh

are you sure about this line? rc.local must be a file, not a directory.

best regards
Ulf