prepare for T-Pot 16.03

This commit is contained in:
marco
2015-12-08 15:47:39 +01:00
parent 0701b5f2f4
commit f06935fe63
72 changed files with 29029 additions and 459 deletions

View File

@ -24,18 +24,18 @@ install
#Use CDROM installation media
cdrom
#System bootloader configuration
bootloader --location=mbr
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
clearpart --all --initlabel
#Disk partitioning information
part swap --recommended
part /data --fstype ext4 --size 8192
part / --fstype ext4 --size 1 --grow
part swap --recommended
part /data --fstype ext4 --size 8192
part / --fstype ext4 --size 1 --grow
#System authorization infomation
auth --useshadow --enablemd5
auth --useshadow --enablemd5
#Firewall configuration
firewall --disabled
firewall --disabled
#Do not configure the X Window System
skipx