Sponsored Content
Operating Systems Linux Fedora Rhel 6.1 - How to create a kickstart file? Post 302854143 by Scott on Monday 16th of September 2013 07:49:00 PM
Old 09-16-2013
The simplest way is to take one from an existing installation, found in /root/anaconda-ks.cfg, and modify it as needed.

Alternatively, you can use the kickstart configurator - system-config-kickstart - to modify it, or to create a new one.
 

10 More Discussions You Might Find Interesting

1. Linux

Redhat AS 3.0 Kickstart file issue

I am trying to create a custom ks.cfg file with redhat AS 3.0. I have a certain package list I would like to install so we have just the packages we need. The issue is in the file it show groups so I have removed them and added my list of packages as I would when useing this in AS 2.1 but for some... (2 Replies)
Discussion started by: Acleoma
2 Replies

2. UNIX for Advanced & Expert Users

kickstart file questions

Hi, I have few questions to make this kickstart file to be more efficient: 1) I would like to reboot the server once the installation (included installed all the optional rpm) is done. 2) Is there a nicer way to install rpm packages? (Here I included the commands in my kickstart file) #... (1 Reply)
Discussion started by: beeloo
1 Replies

3. UNIX for Advanced & Expert Users

Kickstart File

Hi, I was able to set up a kickstart to install Red Hat Enterprise thought a network. I'm trying to enable a NTP time server in the post section of the kickstart file and also enable/disable a few services using chkconfig. I can't seam to get it to work, can anyone help ? I don't beleive i... (2 Replies)
Discussion started by: Georgesaa
2 Replies

4. Shell Programming and Scripting

Simple script to modify kickstart file

Hi, I would like to create a script so that it will ask me the following: 1) What is the ip address? 2) What is the gateway address? 3) What is the hostname? and then put the answer to the below kickstart file (kickstart.cfg) Here I included the kickstart.cfg: # Kickstart file... (9 Replies)
Discussion started by: beeloo
9 Replies

5. Red Hat

RHEL Kickstart

Hi, I am trying to install RHEL5.3 using kickstart method. Copied the rhel.iso file from DVD to http location. ks.cfg and rhel.iso files are available on a WINDOWS2008 Server (via HTTP). In ks.cfg file, provided the media path as url --url=http://xx.xx.xx.xx/RHEL53. System understanding the... (3 Replies)
Discussion started by: uday123
3 Replies

6. Red Hat

RHEL Kickstart Pre-Install script

Hey all, I'm not sure if this possible but I had tested it out manually during the installation (placed a sleep in the pre-installation) and it worked. I'm trying to have a pexpect script to log into the mysql and input a new row for the pre-installation, which will end up displaying on a web... (1 Reply)
Discussion started by: karljbaker
1 Replies

7. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

8. Red Hat

OpenSUSE installation using RHEL / CentOS Kickstart

Hi guys I have CentOS installed on my server. I have also installed TFTP server, DHCP server. I am able to install CentOS on remote machines using PXE boot and kickstart cfg file. I would like to install OpenSUSE using CentOS kickstart file. How do I do it ? I am also fine with any other... (2 Replies)
Discussion started by: msohail
2 Replies

9. UNIX Desktop Questions & Answers

Create/remove desktop short cuts via command line RHEL 6.3....

I would like to write a script that would remove and/or create shortcuts in Gnome desktop in RHEL 6.3... I googled all over the place could never find what I needed... Any help would be greatly appreciated! Thank you! (0 Replies)
Discussion started by: ruberked
0 Replies

10. Red Hat

Trouble creating RHEL 6.5 bootable image with custom kickstart file

Hi everyone, I have a custom kickstart file from a software vendor and I'm trying to package that with a RHEL 6.5 and then attach it to a VM and install RHEL with the settings in the kickstarter file. I'm doing this from a windows PC using an app called InfraRecorder. I've extracted the... (0 Replies)
Discussion started by: 911Eric
0 Replies
LIVEMEDIA-CREATOR(1)					      General Commands Manual					      LIVEMEDIA-CREATOR(1)

NAME
livemedia-creator - Create live install media SYNOPSIS
livemedia-creator [-h] (--make-iso | --make-disk | --make-fsimage | --make-appliance | --make-ami) [--iso ISO] [--disk-image DISK_IMAGE] [--fs-image FS_IMAGE] [--ks KS] [--image-name IMAGE_NAME] [--image-only] [--keep-image] [--no-virt] [--proxy PROXY] [--anaconda-arg ANACONDA_ARGS] [--armplatform ARMPLATFORM] [--location LOCATION] [--logfile LOGFILE] [--lorax-templates LORAX_TEMPLATES] [--tmp TMP] [--resultdir RESULT_DIR] [--app-name APP_NAME] [--app-template APP_TEMPLATE] [--app-file APP_FILE] [--ram MEMORY] [--vcpus VCPUS] [--vnc VNC] [--arch ARCH] [--kernel-args KERNEL_ARGS] [--dracut-arg DRACUT_ARGS] [--title TITLE] [--project PROJECT] [--releasever RELEASEVER] [--volid VOLID] [--squashfs_args SQUASHFS_ARGS] DESCRIPTION
livemedia-creator uses Anaconda, kickstart and Lorax to create bootable media that use the same install path as a normal system install. It can be used to make live isos, bootable (partitioned) disk images and filesystem images for use with virtualization. The general idea is to use virt-install to install into a disk image and then use the disk image to create the bootable media. livemedia-creator --help will describe all of the options available. At the minimum you need: --make-iso to create a final bootable .iso --iso to specify the Anaconda install media to use with virt-install --ks is the kickstart to use to install the system OPTIONAL ARGUMENTS
: -h, --help show this help message and exit --make-iso Build a live iso --make-disk Build a partitioned disk image --make-fsimage Build a filesystem image --make-appliance Build an appliance image and XML description --make-ami Build an ami image --iso ISO Anaconda installation .iso path to use for virt-install --disk-image DISK_IMAGE Path to disk image to use for creating final image --fs-image FS_IMAGE Path to filesystem image to use for creating final image --ks KS Kickstart file defining the install. --image-name IMAGE_NAME Name of fs/disk image to create. Default is a random name. --image-only Exit after creating fs/disk image. --keep-image Keep raw disk image after .iso creation --no-virt Use Anaconda's image install instead of virt-install --proxy PROXY proxy URL to use for the install --anaconda-arg ANACONDA_ARGS Additional argument to pass to anaconda (no-virt mode). Pass once for eachargument --armplatform ARMPLATFORM the platform to use when creating images for ARM, i.e., highbank, mvebu, omap,tegra, etc. --location LOCATION location of iso directory tree with initrd.img and vmlinuz. Used to run virt-install with a newer initrd than the iso. --logfile LOGFILE Path to logfile --lorax-templates LORAX_TEMPLATES Path to mako templates for lorax --tmp TMP Top level temporary directory --resultdir RESULT_DIR Directory to copy the resulting images and iso into. Defaults to the temporaryworking directory --title TITLE Substituted for @TITLE@ in bootloader config files --project PROJECT substituted for @PROJECT@ in bootloader config files --releasever RELEASEVER substituted for @VERSION@ in bootloader config files --volid VOLID volume id --squashfs_args SQUASHFS_ARGS additional squashfs args APPLIANCE ARGUMENTS
: --app-name APP_NAME Name of appliance to pass to template --app-template APP_TEMPLATE Path to template to use for appliance data. --app-file APP_FILE Appliance template results file. VIRT-INSTALL ARGUMENTS: --ram MEMORY Memory to allocate for installer in megabytes. --vcpus VCPUS Passed to --vcpus command --vnc VNC Passed to --graphics command --arch ARCH Passed to --arch command --kernel-args KERNEL_ARGS Additional argument to pass to the installation kernel DRACUT ARGUMENTS
: --dracut-arg DRACUT_ARGS Argument to pass to dracut when rebuilding the initramfs. Pass this once foreach argument. NOTE: this overrides the default. SEE ALSO
Documentation in /usr/share/docs/lorax/README.livemedia-creator AUTHOR
Brian C. Lane 2013-07-26 LIVEMEDIA-CREATOR(1)
All times are GMT -4. The time now is 11:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy