Skip to content

Commit 779ec61

Browse files
committed
installer_data: Mark Arch and UEFI Only as expert-only
These won't work on M2 desktops until update/rebuild. We should probably switch UEFI Only to be Fedora-based at some point... Signed-off-by: Hector Martin <[email protected]>
1 parent d008234 commit 779ec61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data/installer_data.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
{
152152
"name": "Arch Linux ARM (not recommended)",
153153
"default_os_name": "Arch Linux ARM",
154+
"expert": true,
154155
"boot_object": "m1n1.bin",
155156
"next_object": "m1n1/boot.bin",
156157
"package": "asahi-base-20231012-1.zip",
@@ -178,6 +179,7 @@
178179
{
179180
"name": "UEFI environment only (m1n1 + U-Boot + ESP)",
180181
"default_os_name": "UEFI boot",
182+
"expert": true,
181183
"boot_object": "m1n1.bin",
182184
"next_object": "m1n1/boot.bin",
183185
"package": "uefi-only-20231012-1.zip",

0 commit comments

Comments
 (0)