kickstart minimum install with a gui

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat kickstart minimum install with a gui
# 1  
Old 10-12-2011
kickstart minimum install with a gui

What are the packages that you need for a kickstart minimum install with a gui? I commented out the packages I don't think I need. Am I right?

Code:
%packages
@admin-tools
@base
@core
#@editors
#@fonts
@gnome-desktop
#@games
#@graphical-internet
#@graphics
@hardware-support
@input-methods
#@java
#@office
#@online-docs
@printing
@sound-and-video
@text-internet
@base-x
xfsprogs
mtools
#gpgme
#openoffice.org-opensymbol-fonts
#gvfs-obexftp
hdparm
#gok
#iok
#vorbis-tools
jack-audio-connection-kit
#ncftp
gdm
%end

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

2. Red Hat

Prevent kickstart to install image on external LUN

on the HP box , when we try to kickstart , the Linux gets installed on external LUN (Storage) .. so we end up unmapping the LUN and rekick , is there a way to disable the kickstart to ignore the external LUN incase we net boot it again (1 Reply)
Discussion started by: skamal4u
1 Replies

3. Red Hat

%include in kickstart

RHEL 5.4 I'm trying to use %include statements in my kickstarts, and am running into some problems. In %pre, I can %include /mnt/source/isolinux/setup-questions and that works just fine. One of the things it does is echo out several variables to /tmp/vars In %post --nochroot, I copy... (2 Replies)
Discussion started by: jnojr
2 Replies

4. UNIX for Dummies Questions & Answers

How to install Unix OS with the Kickstart?

I am new to the Kickstart. I have a question: If I have a kickstart script in USB, CentOS CD and a PC without the OS, Can I install the CentOS with the Kickstart script? If I can, How can I identify the location of the kickstart when I boot the computer with the CentOS CD? (0 Replies)
Discussion started by: thsecmaniac
0 Replies

5. 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

6. UNIX for Advanced & Expert Users

How do I configure kickstart server to install different images

How do I configure kickstart server to install workstation using centos image and other workstation using redhat enterprise image. I configured my kickstart server to auto install centos 5.3 and it working fine. However I would like to configure kickstart server, so that workstation with... (1 Reply)
Discussion started by: hassan1
1 Replies

7. Red Hat

RH Kickstart Questions..

Hello, I am pretty new to using Linux and learning as I go, my setup is extremly simple, I have 1 virtual machine running on my laptop running (ubuntu 10.04), I've created a kickstart (Red Hat) file with the ksconfig. So I know have a config file for my Redhat.iso and my VM machine. What's... (1 Reply)
Discussion started by: NelsonC
1 Replies

8. Linux

What is the minimum number of partitions you need to install Linux?

I think its 3. Just to know if I am correct. / /boot swap :confused: (2 Replies)
Discussion started by: nitin09
2 Replies

9. 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

10. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies
Login or Register to Ask a Question
SYSTEM-CONFIG-KICKSTART(8)				      Kickstart Configurator					SYSTEM-CONFIG-KICKSTART(8)

NAME
system-config-kickstart - graphical interface for creating kickstart files SYNOPSIS
system-config-kickstart [KSFILE] DESCRIPTION
system-config-kickstart provides a simple method of creating a kickstart file that can be used to automate the installation process on Red Hat Enterprise Linux, Fedora, and derived distributions. If given, the program will take its initial settings from the KSFILE provided on the command line. This allows editing of existing kick- start files. Currently, this program has some serious limitations. For example, it cannot work with LVM nor do advanced RAID and BTRFS configurations. These are supported by kickstart, but the graphical program does not provide a way to set them up nor manipulate them in existing kickstart files. OPTIONS
--help Print out program usage. --generate FILENAME Examine the system and create a kickstart file that more or less matches, writing the output to FILENAME. --display DISPLAY# Specify the X display to use. EXAMPLES
To run the program type: system-config-kickstart REPORTING BUGS
Report bugs to <http://bugzilla.redhat.com>. AUTHORS
Chris Lumens <clumens@redhat.com> Brent Fox <bfox@redhat.com> Tammy Fox <tfox@redhat.com> Linux Fri 26 June 2013 SYSTEM-CONFIG-KICKSTART(8)