further commits

This commit is contained in:
2026-05-25 09:22:45 -06:00
parent eb4fd22590
commit bb3ff55326

View File

@@ -1,6 +1,6 @@
# Federated CoreDesktop according to Duggins # Federated CoreDesktop
## Introduction ## Introduction
@@ -18,7 +18,7 @@ These scripts are based on the initial work of [Typecraft](https://www.youtube.c
2) Write the ISO file to a USB stick. 2) Write the ISO file to a USB stick.
3) Boot from the Arch ISO USB stick. When the ISO has booted, type `archinstall` to get to the simple installer. 3) Boot from the Arch ISO USB stick. When the ISO has booted, type `archinstall` to get to the simple installer.
(Note: if you're on a laptop and don't have a wired internet connection, you'll like need to set up the wifi card, etc. Here's [the great article](https://wiki.archlinux.org/title/Network_configuration/Wireless) how to do this. But it really boils down to five steps: at the prompt type "iwctl"; then "device list"; then "station wlan0 scan" where "wlan0" is your wifi device; then "station wlan0 get-networks"; then "station wlan0 connect SSID" where you replace "SSID" with the name of your network.) (Note: if you're on a laptop and/or don't have a wired internet connection, you'll need to set up the wifi card, etc. Here's [the great article](https://wiki.archlinux.org/title/Network_configuration/Wireless) how to do this. But it really boils down to five steps: at the prompt type "iwctl"; then "device list"; then "station wlan0 scan" where "wlan0" is your wifi device; then "station wlan0 get-networks"; then "station wlan0 connect SSID" where you replace "SSID" with the name of your network.)
4) You will go through the different options. Mostly choose the defaults. 4) You will go through the different options. Mostly choose the defaults.
5) Video cards: IF YOU HAVE AN NVIDIA GPU, CHOOSE THE PROPRIETARY NVIDIA OPTION. Choose the AMD option for AMD cards. Just works better. 5) Video cards: IF YOU HAVE AN NVIDIA GPU, CHOOSE THE PROPRIETARY NVIDIA OPTION. Choose the AMD option for AMD cards. Just works better.