fix
This commit is contained in:
parent
d9229d71da
commit
ddfef3daf1
1 changed files with 99 additions and 97 deletions
|
@ -201,7 +201,9 @@ function installation {
|
|||
|
||||
#boot
|
||||
echo "format"
|
||||
if [ "${name}" != "noinstall" ]; then
|
||||
mkfs.vfat -F 32 ${device}${efipartitionnummer}
|
||||
fi
|
||||
|
||||
#root
|
||||
if [ "${dateisystem}" == "btrfs" ]; then
|
||||
|
|
Loading…
Reference in a new issue