C++ CSS HTML Java JavaScript MySQL Oracle PERL PHP SQL Unix VBScript XHTML XML Сети
Post-Installation Script
 

8.11. Post-Installation Script

Figure 8-16. Post-Installation Script

commands to access resources on the network. To include a post-installation script, type it in the text area.

CautionCaution
 

Do not include the %post command. It will be added for you.

For example, to change the message of the day for the newly installed system, add the following command to the %post section:

echo "Hackers will be punished!" > /etc/motd

TipTip
 

More examples can be found in Section 7.7.1 Examples.

8.11.1. Chroot Environment

Post-Installation window. This is equivalent to the using the --nochroot option in the %post section.

/mnt/sysimage/.

For example, if you select Run outside of the chroot environment, the previous example needs to be changed to the following:

echo "Hackers will be punished!" > /mnt/sysimage/etc/motd

8.11.2. Use an Interpreter

To specify a scripting language to use to execute the script, select the Use an interpreter option and enter the interpreter in the text box beside it. For example, /usr/bin/python2.2 can be specified for a Python script. This option corresponds to using %post --interpreter /usr/bin/python2.2 in your kickstart file.

Главная