Skip to content

Commit dc47b8a

Browse files
committed
config: update examples
1 parent 27fe0f8 commit dc47b8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ArchLinux/goldboot.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"alloy": [
33
{
44
"fabricators": null,
5-
"mold": {
5+
"os": {
66
"ArchLinux": {
77
"hostname": "goldboot",
88
"mirrorlist": null,
@@ -27,4 +27,4 @@
2727
"public": false,
2828
"no_accel": false,
2929
"size": "28GiB"
30-
}
30+
}

Debian/goldboot.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"alloy": [
33
{
44
"fabricators": null,
5-
"mold": {
5+
"os": {
66
"Debian": {
77
"edition": "Bookworm",
88
"hostname": "goldboot",

SimpleAlloy/goldboot.ron

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
checksum: "sha1:3700a16d4fcabbd29e9a7fbc97da732c4577dc2a",
1010
url: "https://mirrors.edge.kernel.org/archlinux/iso/latest/archlinux-2022.05.01-x86_64.iso",
1111
),
12-
mold: ArchLinux(
12+
os: ArchLinux(
1313
hostname: "ExampleArch",
1414
mirrorlist: [
1515
"https://mirrors.edge.kernel.org/archlinux/$repo/os/$arch",
@@ -19,9 +19,9 @@
1919
),
2020
),
2121
(
22-
mold: Windows11(
22+
os: Windows11(
2323
hostname: "ExampleWindows",
2424
),
2525
),
2626
],
27-
)
27+
)

0 commit comments

Comments
 (0)