27 lines
654 B
Plaintext
27 lines
654 B
Plaintext
---
|
|
title: Wait
|
|
description: Wait while Fedora Media Writer does its thing.
|
|
---
|
|
|
|
import { Picture } from "astro:assets";
|
|
import ChoiceList from "@/components/ChoiceList.astro";
|
|
import writing from "@/assets/imgs/Fedora/FedoraMediaWriter/Writing.png";
|
|
|
|
<div class="flex justify-center">
|
|
<Picture
|
|
src={writing}
|
|
formats={["avif"]}
|
|
alt="Fedora Media Writer's Writing page"
|
|
class="h-72 w-auto"
|
|
/>
|
|
</div>
|
|
|
|
Now, wait while Fedora Media Writer is downloading and writing to your USB
|
|
flash drive. You can do something else while it does its thing.
|
|
|
|
<ChoiceList>
|
|
<a href="/en/distro/fedora/workstation/5/" class="button">
|
|
Continue
|
|
</a>
|
|
</ChoiceList>
|