kickstart -- refreshing rpm's.

Todd Zullinger tmz at pobox.com
Thu Oct 8 22:01:05 UTC 2009


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20091008/eec7a331/attachment-0001.sig>


More information about the fedora-list mailing list