SCIENTIFIC-LINUX-USERS Archives

January 2013

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:
Chris Schanzle <[log in to unmask]>
Reply To:
Chris Schanzle <[log in to unmask]>
Date:
Fri, 18 Jan 2013 14:33:10 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (59 lines)
On 01/18/2013 09:40 AM, Connie Sieh wrote:
> On Fri, 18 Jan 2013, Yasha Karant wrote:
>
>> During the installation process of SL 6x from a bootable installation
>> DVD, there is an opportunity to configure in detail the selection of the
>> actual applications and utilities ("packages") that one wants.  If for
>> some reason an error is made, in part due to the lack of a confirmation
>> prompt if the install widget is hit, and the system proceeds to install
>> producing a bootable system from the machine local hard drive, is there
>> a way to get back to this section of the install process from a running
>> system (as root) using the same DVD?
>>
>> I do not want to use the add/remove software pull down menu item that
>> seems to require repositories over a network, not from the local machine
>> DVD -- unless the add/remove software GUI utility can be pointed to the
>> boot-able install DVD.  I also do not want to re-install from scratch.
>>
>> I typically do use the update process over the network, as well as the
>> GUI add/remove software from repositories -- or yum from a command line
>> -- for specific applications/utilities, but not for the long laundry
>> list during an initial installation.
>
> You could use a kickstart file to "script" the original install.  This
> makes it very easy to "reinstall" to the original .  The kickstart file
> defines what packages are to be installed.  One advantage is that there is
> no opportunity to click poorly as the whole install is hands off.
>
> kickstart will not help you fix up a install it will only help with the
> original install being very reproducable .
>
> -Connie Sieh

[Yasha, please compose a new message for a new topic, don't reply to an existing email and change subjects...breaks threading.]

CentOS does something spiffy to include a repo to read off the dvd media.  I'm sure you could tweak it for Scientific Linux.  AFAIK, you cannot restart the ananconda installer, but you can 'yum install' or 'yum groupinstall' things off the dvd media without being on the network.  Please read the comments in their file below carefully for usage examples.


# CentOS-Media.repo
#
# This repo is used to mount the default locations for a CDROM / DVD on
#  CentOS-6.  You can use this repo and yum to install items directly off the
#  DVD ISO that we release.
#
# To use this repo, put in your DVD and use it with the other repos too:
#  yum --enablerepo=c6-media [command]
#
# or for ONLY the media repo, do this:
#
#  yum --disablerepo=\* --enablerepo=c6-media [command]
  
[c6-media]
name=CentOS-$releasever - Media
baseurl=file:///media/CentOS/
         file:///media/cdrom/
         file:///media/cdrecorder/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

ATOM RSS1 RSS2