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
|
#boot
|
||||||
echo "format"
|
echo "format"
|
||||||
|
if [ "${name}" != "noinstall" ]; then
|
||||||
mkfs.vfat -F 32 ${device}${efipartitionnummer}
|
mkfs.vfat -F 32 ${device}${efipartitionnummer}
|
||||||
|
fi
|
||||||
|
|
||||||
#root
|
#root
|
||||||
if [ "${dateisystem}" == "btrfs" ]; then
|
if [ "${dateisystem}" == "btrfs" ]; then
|
||||||
|
|
Loading…
Reference in a new issue