## kickstart config file ## April 23, 2009 ## Modprobe network drivers. List of drivers separated by a whitespace, wrapped in quotes. ## SMB installs require the cifs driver MODULES="e100" ## Configure network ENET_MODE=static # [static|dhcp] ENET_DEVICE=eth0 ## if ENET_MODE above is static, set the following variables. LOCAL_IPADDR=192.168.1.254 LOCAL_NETMASK=255.255.255.0 LOCAL_BROADCAST=192.168.1.255 LOCAL_GATEWAY=192.168.1.31 LOCAL_NAMESERVERS="192.168.1.17 24.225.0.1 24.225.5.2" ## Select Key map: keymap choices can be found in initrd/etc/keymaps.tar.gz ## Do not include the trailing ".bmap" KEYMAP=us TZ=US/Central # timezones options can be found in /usr/share/zoneinfo HWCLOCK=utc # [utc|localtime] ## start the dropbear ssh server SSH_SERVER=yes # [yes|no] ## Source Config, NET_SOURCE=NFS # [FTP,HTTP,NFS,SMB] REMOTE_IPADDR=192.168.1.22 # NFS REMOTE_PATH=/mirror/Slackware/slackware-12.2/slackware # FTP,HTTP,NFS REMOTE_SHARE=//192.168.1.22/public # SMB REMOTE_URL=ftp://192.168.1.22 # FTP,HTTP ## drives and partitions PARTITION_DEVICE=yes # [yes|no] DEVICE=/dev/sda # Ex. /dev/hda, /dev/sda (device, not partition) # support 4 or less partitions # partition device, mountpoint, filesystem[ext2|ext3|xfs|jfs], startGB, endGB, format PART1=/dev/sda1,/,ext3,0,10GB,format PART2=/dev/sda2,/home,ext2,10GB,20GB,format PART3=/dev/sda3,/usr,xfs,20GB,50GB,format PART4=/dev/sda4,/var,jfs,50GB,80GB,format ## Which packages to install? PACKAGES=diskset # [diskset|pkglist|both|none] ## disk sets to install separated by white space, wrapped in quotes DISKSETS="a ap l n x xap" # [a|ap|d|e|f|k|kde|kdei|l|n|t|tcl|x|xap|y|ALL} EXCLUDE_DISKSETS="" # optional, works with DISKSETS=ALL ## packages are installed, lets configure ## Encrypted password. Escape the $s. Default password is kickstart. ROOT_PW="\$1\$J7uVdTt7\$eMA2vZoGRsGz93tBXWGR4." ## set hostname HOSTNAME="kickstart" DOMAIN="example.net"