{% extends "base.html" %} {% block title %}Confirm · Furtka Installer{% endblock %} {% block step_indicator %}Step 3 of 3{% endblock %} {% block content %}

Confirm install

Review the settings below. Continuing will wipe {{ settings.boot_drive }} and install Furtka.

This is destructive. All existing data on the selected boot drive will be lost.
{% for k, v in settings.items() %} {% endfor %}
{{ k.replace('_', ' ') }} {{ v }}
← Start over
{% endblock %}