|
|
Introduction
Creating your own installation media. Image types
The directory structure is the same as #2 below.
It must contain the following directories...
Optional...
This data file contains...
The rpm file list and rpm key list can contain the follwing types of URL specifiers, one per line... ftp://file_path1 http://file_path2 file_path3 file_path4 ... Appendix A Config Data: LAYOUT_STRATEGY=<layout type>
l - Automatic (LVM) - Allows dynamic volume resizing.
LVM_ROOT=<lvm root device> must be specified.
t - Automatic (Traditional).
TRADITIONAL_ROOT=<traditional root device> must be specified.
You can also add NEED_BOOTPART=1 to force creation of a separate boot partition.
m - Manual device/path specification (ADVANCED)
BOOT_DEV=<boot device, eg. /dev/hda>
BOOT_PATH=<boot patition or path, eg. /dev/hda1 or /boot>
SWAP_PATH=<swap patition or path, eg. /dev/hda2 or /.swapfile>
ROOT_PATH=<root patition, eg. /dev/hda3>
ROOT_FSTYPE= ext2 ext3 jfs reiserfs xfs SKIP_DESTRUCTIVE_WARNING=1 skips the prompt that the next steps are destructive |
Login |