fix
This commit is contained in:
parent
d7ab2d82be
commit
abca002e21
1 changed files with 2 additions and 1 deletions
|
@ -238,7 +238,8 @@ function installation {
|
||||||
fi
|
fi
|
||||||
mount ${device}${rootpartitionnummer} ${mountpoint}
|
mount ${device}${rootpartitionnummer} ${mountpoint}
|
||||||
fi
|
fi
|
||||||
|
mkdir -p ${mountpoint}/boot
|
||||||
|
mount ${device}${efipartitionnummer} ${mountpoint}/boot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#swap
|
#swap
|
||||||
|
|
Loading…
Reference in a new issue