Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Generated by Kickstart Configurator
- #platform=AMD64 or Intel EM64T
- #System language
- lang en_US
- #Language modules to install
- langsupport en_IN --default=en_US
- #System keyboard
- keyboard us
- #System mouse
- mouse
- #System timezone
- timezone Asia/Kolkata
- #Root password
- rootpw --disabled
- #Initial user
- #Reboot after installation
- reboot
- #Use interactive kickstart installation method
- interactive
- #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 /boot --fstype ext4 --size 500
- part / --fstype ext4 --size 26624
- part swap --size 1 --grow
- #part /opt --fstype ext4 --size 1 --grow
- #part /boot --fstype ext4 --size 1 --grow --maxsize 250
- #part / --fstype ext4 --size 1 --grow --maxsize 15000
- #System authorization infomation
- auth --useshadow --enablemd5
- #Firewall configuration
- firewall --disabled
- #X Window System configuration information
- xconfig --depth=8 --resolution=800x600 --defaultdesktop=UNITY3D
- # Do not configure the X Window System
- skipx
- # Additional packages to install.
- %post
- dpkg -i /media/cdrom/desktop/*.deb --no-check-gpg
- dpkg -i /media/cdrom/Packages/*.deb --no-check-gpg
Add Comment
Please, Sign In to add comment