################################################## ### ### Kickstart configuration file ### for SIP distribution CDs ### ################################################## #--- Installation method (install, no upgrade) and source (CD-ROM) ignoredisk --drives=sdb text install harddrive --partition=sdb1 --dir=/ #--- Debugging (uncomment next line to debug in the interactive mode) #interactive #--- Language and input support lang en_US.UTF-8 keyboard fr #--- X-Windows (use "skipx" directive to skip X-Windows configuration) skipx #--- Network network --device eth0 --bootproto dhcp --hostname ipbx.wan network --device eth1 --bootproto static --ip 10.120.1.2 --netmask 255.255.255.252 --gateway --hostname ipbx.wan network --device eth2 --bootproto static --ip 10.20.1.1 --netmask 255.255.255.252 --gateway --hostname ipbx.wan #--- Authentication and security rootpw --iscrypted $1$hMUqAzjj$.zCg5V1UTTH9rrrbcbY081 firewall --disabled authconfig --enableshadow --enablemd5 selinux --enforcing #--- Time zone timezone --utc Europe/Paris #--- Boot loader bootloader --location=mbr --driveorder=sda #--- NON_RAID Disk partitioning (LVM) zerombr clearpart --all --initlabel part /boot --fstype=ext3 --size=100 part swap --size=1024 part / --fstype=ext3 --size=1 --grow --asprimary #--- Reboot the host after installation is done #reboot #--- Package selection %packages @base @core @dialup @editors @text-internet #--- Pre-installation script #%pre #--- Post-installation script %post #!/bin/sh # the script removes itself from the root .bashrc file when it completes #...Install new splash image #cp /recovery/linux/splash.xpm.gz /boot/grub