Exercise 3: "You Configure Everything Yourself" vs. a Guided Installer — Possible Solution ==================================================================== WHAT INSTALLING AND CONFIGURING LINUX'S OWN GUIDED INSTALLER DOES ------------------------------ Per this chapter, that course "covers a guided installer making sensible decisions on a user's behalf - partitioning, package selection, bootloader setup, all handled with reasonable defaults." The installer itself chooses reasonable answers to most setup questions, requiring the user mainly to accept or lightly adjust those choices rather than specify each one from first principles. WHAT ARCH'S TRADITIONAL INSTALLATION PROCESS ACTUALLY REQUIRES ------------------------------ Per this chapter, "Arch's own traditional installation process is the deliberate opposite: partitioning, mounting, base package selection, and bootloader configuration are all performed explicitly, one command at a time, with no default assumed unless the installer using it chose one on purpose." Every one of these steps - which the guided installer in Installing and Configuring Linux handles automatically with sensible defaults - has to be decided and carried out explicitly by whoever is installing Arch, with nothing chosen on the installer's own behalf. WHY THIS IS A DELIBERATE PHILOSOPHY, NOT AN UNFINISHED INSTALLER ------------------------------ This chapter frames the difference as deliberate ("the deliberate opposite"), not as Arch simply lacking a proper installer. The absence of automatic defaults is the point - installing Arch traditionally means the installer genuinely decides and understands every piece of their own system's configuration, rather than inheriting whatever defaults a guided tool happened to choose. WHY THE MENTION OF archinstall DOESN'T CONTRADICT THIS ------------------------------ Per this chapter, "a newer, official archinstall script offers a guided path today, but the manual process remains the canonical, most- documented route." A guided option now exists, but it doesn't replace the traditional manual process as Arch's own primary, most-referenced installation method - the DIY philosophy remains the defining, most thoroughly documented approach even though an easier alternative is now available for those who want it. WHY THIS WORKS AS AN ANSWER ------------------------------ It contrasts what each installer actually does step by step using this chapter's own wording, explains why the difference reflects a deliberate philosophy rather than a missing feature, and clarifies why archinstall's existence doesn't undercut the traditional process's own continued role as Arch's defining installation approach.