mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
set swap to 8192MB, remove /data as partition
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user