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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue