#---------------------------------------------------------------------- # kickstart file for SME Server V6 # Copyright (c) 2001 Corporation #---------------------------------------------------------------------- # NOTE: The only supported customizations to this file are: # keyboard # timezone # To modify the default settings for these parameters, please refer # to the HOWTO document on http://www.e-smith.org/docs/howto/ #---------------------------------------------------------------------- #System mouse mouse none #Root password rootpw --iscrypted $1$GÅûÓøÔèê$jWK/s8WgbjQJRyQUS3B0d1 #System bootloader configuration bootloader --useLilo --linear --location=mbr #instead or upgrade install #Install method cdrom #Clear the Master Boot Record zerombr yes #Clear all partitions from the disk clearpart --all --initlabel #Disk partitioning information part raid.00 --size 250 --ondisk 0 part raid.01 --size 250 --ondisk 1 part raid.10 --size 750 --grow --ondisk 0 part raid.11 --size 750 --grow --ondisk 1 part raid.20 --size 1024 --ondisk 0 part raid.21 --size 1024 --ondisk 1 raid /boot raid.00 raid.01 --level 1 --device md0 raid / raid.10 raid.11 --level 1 --device md1 raid swap raid.20 raid.21 --level 1 --device md2 #Use DHCP networking network --bootproto dhcp #System authorization information auth --useshadow --enablemd5 #Firewall configuration firewall --disabled #Do not configure the X Window System skipx %packages %packages @ Base %post # set up initial configuration /sbin/e-smith/signal-event post-install # add comment to /etc/motd echo "Welcome to SME Server 6.6" > /etc/motd