Re: kickstart -- refreshing rpm's.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 8, 2009 at 2:46 PM, Todd Zullinger <tmz@xxxxxxxxx> wrote:
> [Please don't top post.  Thanks.]
>
> gary artim wrote:
>> thanks will read more on this. So would this be a additiion step or
>> replacement step (just being lazy now) to using the DVD iso image.
>
> I don't know exactly how you are using the DVD iso image in your
> kickstart, so I can't say.  I have kickstart configurations that
> include the 'Everything' and 'updates' repositories, e.g.:
>
> repo --name=fedora --baseurl=http://example.com/path/to/everything
> repo --name=updates --baseurl=http://example.com/updates
>
> --
> Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> It's not denial. I'm just very selective about what I accept as
> reality.
>    -- Calvin ("Calvin and Hobbes")
>
>
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Hi --

Thanks for the reply....below is my .ks , i'm installing using vsftp
on a private net.

-- g.


#platform=x86, AMD64, or Intel EM64T
#version=F11
# Firewall configuration
firewall --disabled
# Install OS instead of upgrade
install
# Root password
rootpw --iscrypted xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Network information
network  --bootproto=dhcp --device=eth1 --onboot=on
# System authorization information
auth  --useshadow  --passalgo=md5
# Use text mode install
text
# System keyboard
keyboard us
# System language
lang en_US
# SELinux configuration
selinux --disabled
# Do not configure the X Window System
skipx
# Installation logging level
logging --level=info
# Use network installation
url --url=ftp://10.0.1.1/install/fc11
# Reboot after installation
reboot
# System timezone
timezone  America/Los_Angeles
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
autopart
clearpart --all

%packages
@base
@development-libs
@development-tools
@hardware-support
##  gridengine

%post
mkdir /share
echo "10.0.1.1:/share /share nfs hard,timeo=5,retrans=20" >> /etc/fstab
echo "/bin/sleep 120 && /bin/mount -a -t nfs" >> /etc/rc.local
%end

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux