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

View file

@ -32,7 +32,7 @@ function gitclone() {
else else
git clone ${WEBADDRESS} /opt/${repo} git clone ${WEBADDRESS} /opt/${repo}
fi fi
cd / cd /
} }
function secureumount() { function secureumount() {
@ -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