fix
This commit is contained in:
parent
2be83492b3
commit
c267ad9217
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ function abfrage() {
|
||||||
else
|
else
|
||||||
rootpartitionnummer=${m2ssd}3
|
rootpartitionnummer=${m2ssd}3
|
||||||
fi
|
fi
|
||||||
if [ "y" == "dualboot" ]; then
|
elif [ "y" == "dualboot" ]; then
|
||||||
bootpartitionnummer=${m2ssd}1
|
bootpartitionnummer=${m2ssd}1
|
||||||
efipartitionnummer=${m2ssd}2
|
efipartitionnummer=${m2ssd}2
|
||||||
if [ "${swap}" != "n" ]; then
|
if [ "${swap}" != "n" ]; then
|
||||||
|
|
Loading…
Reference in a new issue