gary artim wrote: > Thanks for the reply....below is my .ks , i'm installing using vsftp > on a private net. [...] > #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
I think if you add a repo line for the updates repo here, the
installer will pull any updated packages from the updates repo.
> # 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
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sex is hereditary. If your parents never had it, chances are you wont
either.
-- Joseph Fischer
pgpASimEQYxI6.pgp
Description: PGP signature
-- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
