Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add descriptions to installer options #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/installer_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"os_list": [
{
"name": "Asahi Linux Desktop",
"desc": "Our user-friendly Arch Linux ARM remix, representing the state of the art of Apple Silicon support on GNU/Linux. Comes bundled with the Plasma desktop, Firefox, and other handy applications to get you up and running.",
"default_os_name": "Asahi Linux",
"boot_object": "m1n1.bin",
"next_object": "m1n1/boot.bin",
Expand Down Expand Up @@ -29,6 +30,7 @@
},
{
"name": "Asahi Linux Minimal (Arch Linux ARM)",
"desc": "A lighter weight option for power users. This is a stock Arch Linux ARM root image, bundled only with a barebones set of utilities required to make the hardware useful. No DE or other \"extra\" stuff is installed by default.",
"default_os_name": "Asahi Linux",
"boot_object": "m1n1.bin",
"next_object": "m1n1/boot.bin",
Expand Down Expand Up @@ -56,6 +58,7 @@
},
{
"name": "UEFI environment only (m1n1 + U-Boot + ESP)",
"desc": "This option provides you with only a UEFI environment via U-Boot, and you are required to bring your own distro. This is useful if you wish to use an external drive as your root partition, or wish to install a distro from external media as you would on a traditional PC. Note that Apple Silicon machines will not boot properly with kernels older than 5.17. Your distro must also support UEFI booting on AArch64, which is often referred to as Arm EBBR or Arm SystemReady.",
"default_os_name": "UEFI boot",
"boot_object": "m1n1.bin",
"next_object": "m1n1/boot.bin",
Expand All @@ -74,6 +77,7 @@
},
{
"name": "Tethered boot (m1n1, for development)",
"desc": "This will install nothing but m1n1. m1n1 will initialise the hardware and then wait for further instructions, which must be delivered to it via USB from a host machine. This is only useful for developers and reverse engineers working on low-level hardware support. Please see the wiki for more information on using m1n1 in this mode. If you are at all unsure, do not pick this option.",
"default_os_name": "m1n1 proxy",
"expert": true,
"boot_object": "m1n1.bin",
Expand Down