#---------------------------------------------------------------------- # 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 swap --size 1024 --ondisk 0 part /boot --fstype ext3 --size 250 --ondisk 0 part / --fstype ext3 --size 750 --grow --ondisk 0 #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