Changeset 169

Show
Ignore:
Timestamp:
02/13/08 14:01:07 (10 months ago)
Author:
bwhalen
Message:

Update ks to remove bluetooth files and change password for grub

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RHEL5.1/kickstart/clip.ks

    r155 r169  
    99#                 [Tresys] 
    1010#  - 2008-01-xx:  Added/updated STIG scripts. Finalized kickstart 
     11#                 procedures. [Tresys] 
     12#  - 2008-02-13:  Changed grub password to be standard.  Deny  
     13#                 all icmp requests. 
    1114#                 procedures. [Tresys] 
    1215# 
     
    119122# Set a password to prevent any non-stadard boot options. 
    120123# The password should be changed after installation. 
    121 bootloader --location mbr --password Dodiis_Redhat4321 
     124bootloader --location mbr --password 123)(*qweASD 
    122125 
    123126# Set the root password. 
     
    158161 
    159162##################################### 
    160 # Remove Packages per Red Hat's PL3 # 
    161 # Kickstart file                    # 
     163# Remove Packages for PL4 compliance# 
    162164##################################### 
    163165-xdelta 
     
    199201-gaim 
    200202-gnome-pilot 
     203-bluez-utils 
     204-bluez-utils-cups 
     205-bluez-hcidump 
     206-bluez-gnome 
    201207#@ office 
    202208#@ admin-tools 
     
    857863        net.ipv4.tcp_max_syn_backlog = 1280 
    858864        net.ipv4.icmp_echo_ignore_broadcasts = 1 
     865        net.ipv4.icmp_echo_ignore_all = 1 
    859866EOF 
    860867