Skip to content

Instantly share code, notes, and snippets.

@serialdoom
Created August 13, 2015 10:06
Show Gist options
  • Save serialdoom/e754e183b3afff990770 to your computer and use it in GitHub Desktop.
Save serialdoom/e754e183b3afff990770 to your computer and use it in GitHub Desktop.
#Generated by Kickstart Configurator
#platform=AMD64 or Intel EM64T
#System language
lang en_GB
#Language modules to install
langsupport en_GB
#System keyboard
keyboard gb
#System mouse
mouse
#System timezone
timezone Europe/London
#Root password
rootpw --disabled
#Initial user
user mhristof --fullname "mhristof" --iscrypted --password $1$1QCWelLc$s6FpsXvRGXNUFIomDxzKV1
#Reboot after installation
reboot
#Use text mode install
text
#Install OS instead of upgrade
install
#Use CDROM installation media
cdrom
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#Disk partitioning information
part / --fstype ext4 --size 1 --grow
#System authorization infomation
auth --useshadow --enablemd5
#Network information
network --bootproto=static --ip=192.168.0.242 --netmask=255.255.255.0 --gateway=192.168.0.1 --nameserver=192.168.0.3 --device=eth0
#Firewall configuration
firewall --disabled
#Do not configure the X Window System
skipx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment