fai-cd

Langue: en

Version: 11 december 2007 (ubuntu - 08/07/09)

Section: 8 (Commandes administrateur)

NAME

fai-cd - make a bootable CD-ROM or USB stick that performs the FAI

SYNOPSIS

fai-cd [OPTION] -m MIRROR FILE
fai-cd [OPTION] -m MIRROR -u DIRECTORY

DESCRIPTION

This command creates a bootable ISO CD-ROM image that performs the fully automatic installation from CD-ROM without a install server. The ISO image will be written to FILE. To create the image, the command needs the NFSROOT, the configuration space and a partitial mirror, which is created by fai-mirror. The command can also copy all needed data to DIRECTORY of an already mounted USB stick.

OPTIONS

-b
After creating the ISO image burn it by calling cdrecord(1).
-C CFDIR
Use CFDIR as configuration directory. Default is /etc/fai. You can also set the environment variable FAI_ETC_DIR.
-f
Force removal of an existing ISO image before creating a new one.
-g FILE
Use FILE as grub menu.lst file. The script will looks for FILE in CFDIR. If FILE is located in an other directory than CFDIR then a full path has to be defined. If not specified, use /etc/fai/menu.lst.
-h
Show simle help and version.
-k
Keep the temporary filesystem for debugging. The script will sleep for a long time, before continuing the cleanup of temp files and mounts. Beware of killing or suspending the script itself, since a lot of mounts will remain. This is for debugging only!
-m DIRECTORY
Use DIRECTORY as partitial FAI mirror. This option is mandatory.
-n
No ISO image. Do not call mkisofs to create the ISO image. This is for creating the filesystem only. Useful for writing it to USB stick.
-u DIRECTORY
Create a bootable USB stick. The USB stick needs to be mounted to DIRECTORY before you run fai-cd. Copies all FAI-CD data to DIRECTORY and try to install grub onto its device. Currently the file system on the USB stick must be ext2.

SEE ALSO


This program is part of FAI (Fully Automatic Installation). The FAI homepage is http://www.informatik.uni-koeln.de/fai.
fai-mirror(1)

FILES

/etc/fai/fai.conf
The FAI configuration file.
/etc/fai/menu.lst
The default grub menu configuration file for fai-cd.
/srv/fai/config/package_config/
The FAI package configuration directory. This directory is defined by the variable FAI_CONFIGDIR.

AUTHOR

Thomas Lange <lange@informatik.uni-koeln.de>