Changeset 2243 for branches/fc17-dev/server/doc
- Timestamp:
- Jun 27, 2012, 10:24:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev/server/doc/install-howto.sh
r2241 r2243 77 77 # XXX We should make Kickstart work for test servers too 78 78 79 # Make sure selinux is disabled 80 selinuxenabled || echo "selinux not enabled" 81 79 82 # Take updates, reboot if there's a kernel update. 80 83 yum update -y … … 99 102 100 103 # [TEST] You'll need to fix some config now. See bottom of document. 104 105 # Stop /etc/resolv.conf from getting repeatedly overwritten by 106 # purging DNS servers from ifcfg-eth0 and ifcfg-eth1 107 vim /etc/sysconfig/network-scripts/ifcfg-eth0 108 vim /etc/sysconfig/network-scripts/ifcfg-eth1 101 109 102 110 # Make sure network is working. Kickstart should have … … 377 385 # Check for unwanted setuid/setgid binaries 378 386 find / -xdev -not -perm -o=x -prune -o -type f -perm /ug=s -print | grep -Fxvf /etc/scripts/allowed-setugid.list 379 380 # Stop /etc/resolv.conf from getting repeatedly overwritten by381 # purging DNS servers from ifcfg-eth0 and ifcfg-eth1382 vim /etc/sysconfig/network-scripts/ifcfg-eth0383 vim /etc/sysconfig/network-scripts/ifcfg-eth1384 387 385 388 # Fix etc by making sure none of our config files got overwritten
Note: See TracChangeset
for help on using the changeset viewer.