Complete Fedora Workstation 42 Install Guide

This commit is contained in:
2025-09-16 01:02:53 +07:00
parent 3ca04ea225
commit 0996de0907
113 changed files with 2524 additions and 40 deletions
+25
View File
@@ -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>