Saving The File - Red Hat ENTERPRISE LINUX 3 System Administration Manual

Hide thumbs Also See for ENTERPRISE LINUX 3:
Table of Contents

Advertisement

78
Chapter 10. Kickstart Configurator
10.11.1. Chroot Environment
To run the post-installation script outside of the chroot environment, click the checkbox next to this
option on the top of the Post-Installation window. This is equivalent to the using the
--nochroot
option in the
section.
%post
To make any changes to the newly installed file system in the post-installation section outside of the
chroot environment, you must prepend the directory name with
.
/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
10.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
in your kickstart file.
/usr/bin/python2.2

10.12. Saving the File

To review the contents of the kickstart file after you have finished choosing your kickstart options,
select File => Preview from the pull-down menu.
Figure 10-17. Preview
To save the kickstart file, click the Save to File button in the preview window. To save the file without
previewing it, select File => Save File or press [Ctrl]-[S]. A dialog box appears. Select where to save
the file.
After saving the file, refer to Section 9.10 Starting a Kickstart Installation for information on how to
start the kickstart installation.

Advertisement

Table of Contents
loading

Table of Contents