--copy-dir
, you can specify a path Revisor should copy onto the media.
--copy-dir
will be copied recursively to the files/
sub-directory at the root of the ISO image (or the first ISO image if you compose split media).
--copy-dir
. The kickstart files now end up available to the installation procedures as cdrom:/files/*.ks
, and can thus be used by specifying them on the kernel cmdline (ks=cdrom:/files/profile1.ks
), or, when used in combination with --isolinux-cfg
from the Isolinux Plugin, can be added as an option in the isolinux menu.
--copy-dir
to make these files and scripts available during the installation and copy or execute them from either %pre
or %post
scripts.
--copy-dir
will be copied recursively onto the root directory (/
) of the live media filesystem (which is probably loop-mounted onto /var/tmp/revisor/
).
/home/user1/
on the composing system, you copy this directory so that the root of that new directory has a sub-directory home/
which in turn contains a sub-directory user1/
:
$mkdir -p /tmp/something/home/
$cp -a /home/user1 /tmp/something/home/.
$revisor [options] --copy-dir /tmp/something/