Line 210: |
Line 210: |
| *http://fedoraproject.org/wiki/Anaconda/Kickstart | | *http://fedoraproject.org/wiki/Anaconda/Kickstart |
| *http://fedoraproject.org/wiki/Anaconda/Kickstart#Chapter_3._Package_Selection | | *http://fedoraproject.org/wiki/Anaconda/Kickstart#Chapter_3._Package_Selection |
| + | =====sample /root/anaconda-ks.cfg===== |
| + | *sample .ks for f18 Live desktop install |
| + | :Autogenerated by anaconda |
| + | :Can be used for multiple automatic installs |
| + | #version=DEVEL |
| + | # System authorization information |
| + | auth --enableshadow --passalgo=sha512 |
| + | # Network information |
| + | network --bootproto=dhcp --hostname=localhost.localdomain |
| + | # Run the Setup Agent on first boot |
| + | firstboot --enable |
| + | ignoredisk --only-use=sda |
| + | # Keyboard layouts |
| + | keyboard 'us'# System language |
| + | lang en.UTF-8 |
| + | # Installation logging level |
| + | logging --level=info |
| + | # Root password |
| + | rootpw --iscrypted $6$f/DeD7AZFW91051J$Av3OQOPsY8syofC6ysN63psWjHzH.Pdr7D/s3CTfNuYLm1jLlJ.ZyUzICMjBlXz4i88wm9MfNALVsBXXx1Kl3. |
| + | # System services |
| + | services --enabled="chronyd" |
| + | # System timezone |
| + | timezone America/Los_Angeles |
| + | # System bootloader configuration |
| + | bootloader --location=mbr --boot-drive=sda |
| + | autopart --type=plain |
| + | # Partition clearing information |
| + | clearpart --all --initlabel --drives=sda |
| + | |
| + | %packages |
| + | authconfig |
| + | chrony |
| + | e2fsprogs |
| + | grub2 |
| + | system-config-firewall-base |
| + | |
| + | %end |
| | | |
| === Upgrade Fedora 17 to Fedora 18=== | | === Upgrade Fedora 17 to Fedora 18=== |