set swap to 8192MB, remove /data as partition

This commit is contained in:
t3chn0m4g3 2016-02-03 12:41:16 +01:00
parent 187cd77b26
commit c7e5dece6a

View file

@ -30,8 +30,8 @@ zerombr yes
#Partition clearing information #Partition clearing information
clearpart --all --initlabel clearpart --all --initlabel
#Disk partitioning information #Disk partitioning information
part swap --recommended part swap --size=8192
part /data --fstype ext4 --size 8192 #part /data --fstype ext4 --size 8192
part / --fstype ext4 --size 1 --grow part / --fstype ext4 --size 1 --grow
#System authorization infomation #System authorization infomation
auth --useshadow --enablemd5 auth --useshadow --enablemd5