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
|
||||
clearpart --all --initlabel
|
||||
#Disk partitioning information
|
||||
part swap --recommended
|
||||
part /data --fstype ext4 --size 8192
|
||||
part swap --size=8192
|
||||
#part /data --fstype ext4 --size 8192
|
||||
part / --fstype ext4 --size 1 --grow
|
||||
#System authorization infomation
|
||||
auth --useshadow --enablemd5
|
||||
|
Reference in New Issue
Block a user