swap/128
This commit is contained in:
parent
abc7186d57
commit
a98be0588f
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ function hetzner-rescue-wipe-12-10-10-1 {
|
|||
# vg
|
||||
vgcreate 'crypt' '/dev/mapper/crypt'
|
||||
# lv swap
|
||||
lvcreate --name 'swap' --size '68719476736b' 'crypt'
|
||||
lvcreate --name 'swap' --size '137438953472b' 'crypt'
|
||||
# lv data
|
||||
lvcreate --name 'data' --extents '100%FREE' 'crypt'
|
||||
# format swap
|
||||
|
|
Loading…
Reference in a new issue