This commit is contained in:
simono41 2018-04-01 17:34:57 +02:00
parent d9229d71da
commit ddfef3daf1

View file

@ -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