mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
set swap to 8192MB, remove /data as partition
This commit is contained in:
parent
187cd77b26
commit
c7e5dece6a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue