Forced btrfs

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-04 16:23:07 +02:00
parent 9cd1078007
commit fa7847fe51

View File

@ -197,7 +197,7 @@ if [ "$transfer_image" = "y" ]
fi
info "Format root partition..." &&
"mkfs.$root_filesystem" "$root_mapper_path" || error
"mkfs.$root_filesystem" -f "$root_mapper_path" || error
mount_partitions;
info "Root files will be transfered to device..." &&