fix
This commit is contained in:
parent
0d68a71b7a
commit
c67137b9df
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function partioniere() {
|
|||
}
|
||||
|
||||
function partitionieredual() {
|
||||
sgdisk -d 3 ${device}
|
||||
sgdisk -d ${rootpartitionnummer} ${device}
|
||||
sgdisk -a 2048 -n ${rootpartitionnummer}:: -c ${rootpartitionnummer}:"Linux filesystem" -t ${rootpartitionnummer}:8300 ${device}
|
||||
formatencrypt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue