2 |
text |
text |
3 |
cdrom |
cdrom |
4 |
skipx |
skipx |
5 |
mouse --device none |
mouse |
6 |
network --device eth0 --bootproto dhcp |
network --device eth0 --bootproto dhcp |
7 |
rootpw --iscrypted $1$iHhL195i$25OY88oyw2bxgU47MvuZf0 |
rootpw --iscrypted $1$iHhL195i$25OY88oyw2bxgU47MvuZf0 |
8 |
firewall --disabled |
firewall --disabled |
9 |
selinux --disabled |
selinux --permissive |
10 |
authconfig --enableshadow --enablemd5 |
authconfig --enableshadow --enablemd5 |
11 |
bootloader --location=mbr |
bootloader --location=mbr |
12 |
zerombr yes |
zerombr yes |
20 |
sleep 2 |
sleep 2 |
21 |
/sbin/e-smith/signal-event post-install |
/sbin/e-smith/signal-event post-install |
22 |
|
|
23 |
# HACK - fix selinux config |
# Make SELinux rescan filesystems on reboot |
24 |
perl -p -i -e 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config |
touch /.autorelabel |
25 |
|
|
26 |
%pre |
%pre |
27 |
#!/bin/sh |
#!/bin/sh |