I have created postinstall script for tranings:
You can use and share :-)
#!/bin/bash
#script postinstall
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Europe/Prague /etc/localtime
yum install -y vim telnet tcpdump epel-release wget
yum update -y
reboot
Žiadne komentáre:
Zverejnenie komentára