/[smeserver]/cdrom.image/install.cfg
ViewVC logotype

Diff of /cdrom.image/install.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by slords, Sun Jul 3 23:48:38 2005 UTC Revision 1.3 by slords, Sat Jul 9 18:57:26 2005 UTC
# Line 2  install Line 2  install
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
# Line 20  zerombr yes Line 20  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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed