Complete Fedora Workstation 42 Install Guide
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Fedora Media Writer
|
||||
description: Choosing to download Fedora automatically.
|
||||
---
|
||||
|
||||
import { Picture } from "astro:assets";
|
||||
import ChoiceList from "@/components/ChoiceList.astro";
|
||||
import selectImageSource from "@/assets/imgs/Fedora/FedoraMediaWriter/SelectImageSource.png";
|
||||
|
||||
<div class="flex justify-center">
|
||||
<Picture
|
||||
src={selectImageSource}
|
||||
formats={["avif"]}
|
||||
alt="Fedora Media Writer's Select Image Source page"
|
||||
class="h-72 w-auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Select "Download automatically" and click Next.
|
||||
|
||||
<ChoiceList>
|
||||
<a href="/en/distro/fedora/workstation/1/" class="button">
|
||||
Continue
|
||||
</a>
|
||||
</ChoiceList>
|
||||
Reference in New Issue
Block a user