SCIENTIFIC-LINUX-USERS Archives

May 2007

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Oleg Sadov <[log in to unmask]>
Reply To:
Oleg Sadov <[log in to unmask]>
Date:
Fri, 25 May 2007 19:33:54 +0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
But keep in the mind: after the choosing everything packages listed in
anaconda installer, you will not install all packages -- more then 700
packages from distribution is not included to anaconda or pirut package
selector.

You may check it, for example, by starting yumex, choosing only sl-base
repository and looking for available packages or by user-friendly
way :) :

echo $((`ls /<disto-path>/SL/*.rpm | wc -l` - `rpm -qa | wc -l`))

> > "You can still do a kickstart install with your ks config file listing all of the rpms. "
> >            - need to learn about kickstart
> 
> FYI, after any install, including from CD, there is a fully working kickstart
> file with all your chosen options saved to /root/anaconda-ks.cfg
> 
> To re-use it, all you have to do is put it on a website and then when
> booting from the install CD instead of just <ENTER> type:
> 
> linux ks=http://my.server.tld/anaconda-ks.cfg
> 
> It's suprisingly easy to use, though naturally there are a lot of powerful
> options if you do want to learn about it. You might start here, with the
> documentation of the graphical Kickstart Configurator:
> 
> http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Installation_Guide-en-US/ch-redhat-config-kickstart.html

ATOM RSS1 RSS2