diff options
| -rw-r--r-- | gnu/system/images/a20-olinuxino-lime2.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/novena.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/orangepi-r1-plus-lts-rk3328.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/pine64.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/pinebook-pro.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/rock-4c-plus.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/rock64.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/unmatched.scm | 1 | ||||
| -rw-r--r-- | gnu/system/images/visionfive2.scm | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/gnu/system/images/a20-olinuxino-lime2.scm b/gnu/system/images/a20-olinuxino-lime2.scm index ecab5166500..32e41f893f1 100644 --- a/gnu/system/images/a20-olinuxino-lime2.scm +++ b/gnu/system/images/a20-olinuxino-lime2.scm | |||
| @@ -55,6 +55,7 @@ | |||
| 55 | (constructor (lambda (os) | 55 | (constructor (lambda (os) |
| 56 | (image | 56 | (image |
| 57 | (inherit (raw-with-offset-disk-image (* 8192 512))) | 57 | (inherit (raw-with-offset-disk-image (* 8192 512))) |
| 58 | (name 'a20-olinuxino-lime2-disk-image) | ||
| 58 | (operating-system os) | 59 | (operating-system os) |
| 59 | (platform armv7-linux)))))) | 60 | (platform armv7-linux)))))) |
| 60 | 61 | ||
diff --git a/gnu/system/images/novena.scm b/gnu/system/images/novena.scm index 810e2bed5f5..e71f0d8e66f 100644 --- a/gnu/system/images/novena.scm +++ b/gnu/system/images/novena.scm | |||
| @@ -56,6 +56,7 @@ | |||
| 56 | (constructor (lambda (os) | 56 | (constructor (lambda (os) |
| 57 | (image | 57 | (image |
| 58 | (inherit (raw-with-offset-disk-image)) | 58 | (inherit (raw-with-offset-disk-image)) |
| 59 | (name 'novena-disk-image) | ||
| 59 | (operating-system os) | 60 | (operating-system os) |
| 60 | (platform armv7-linux)))))) | 61 | (platform armv7-linux)))))) |
| 61 | 62 | ||
diff --git a/gnu/system/images/orangepi-r1-plus-lts-rk3328.scm b/gnu/system/images/orangepi-r1-plus-lts-rk3328.scm index 0229f75f1db..5b1c7f3dfcc 100644 --- a/gnu/system/images/orangepi-r1-plus-lts-rk3328.scm +++ b/gnu/system/images/orangepi-r1-plus-lts-rk3328.scm | |||
| @@ -61,6 +61,7 @@ | |||
| 61 | (constructor (lambda (os) | 61 | (constructor (lambda (os) |
| 62 | (image (inherit (raw-with-offset-disk-image (expt | 62 | (image (inherit (raw-with-offset-disk-image (expt |
| 63 | 2 24))) | 63 | 2 24))) |
| 64 | (name 'orangepi-r1-plus-lts-rk3328-disk-image) | ||
| 64 | (operating-system | 65 | (operating-system |
| 65 | os) | 66 | os) |
| 66 | (platform aarch64-linux)))))) | 67 | (platform aarch64-linux)))))) |
diff --git a/gnu/system/images/pine64.scm b/gnu/system/images/pine64.scm index bd7a39ee75d..cccbb812650 100644 --- a/gnu/system/images/pine64.scm +++ b/gnu/system/images/pine64.scm | |||
| @@ -67,6 +67,7 @@ | |||
| 67 | (constructor (lambda (os) | 67 | (constructor (lambda (os) |
| 68 | (image | 68 | (image |
| 69 | (inherit (raw-with-offset-disk-image)) | 69 | (inherit (raw-with-offset-disk-image)) |
| 70 | (name 'pine64-disk-image) | ||
| 70 | (operating-system os) | 71 | (operating-system os) |
| 71 | (platform aarch64-linux)))))) | 72 | (platform aarch64-linux)))))) |
| 72 | 73 | ||
diff --git a/gnu/system/images/pinebook-pro.scm b/gnu/system/images/pinebook-pro.scm index 2282e13719c..f108c7ffe4e 100644 --- a/gnu/system/images/pinebook-pro.scm +++ b/gnu/system/images/pinebook-pro.scm | |||
| @@ -62,6 +62,7 @@ | |||
| 62 | (image | 62 | (image |
| 63 | (inherit | 63 | (inherit |
| 64 | (raw-with-offset-disk-image (* 16 (expt 2 20)))) ;16MiB | 64 | (raw-with-offset-disk-image (* 16 (expt 2 20)))) ;16MiB |
| 65 | (name 'pinebook-pro-disk-image) | ||
| 65 | (operating-system os) | 66 | (operating-system os) |
| 66 | (platform aarch64-linux)))))) | 67 | (platform aarch64-linux)))))) |
| 67 | 68 | ||
diff --git a/gnu/system/images/rock-4c-plus.scm b/gnu/system/images/rock-4c-plus.scm index d669e3a163b..293a117d1e9 100644 --- a/gnu/system/images/rock-4c-plus.scm +++ b/gnu/system/images/rock-4c-plus.scm | |||
| @@ -68,6 +68,7 @@ | |||
| 68 | (constructor (lambda (os) | 68 | (constructor (lambda (os) |
| 69 | (image | 69 | (image |
| 70 | (inherit (raw-with-offset-disk-image (expt 2 24))) | 70 | (inherit (raw-with-offset-disk-image (expt 2 24))) |
| 71 | (name 'rock-4c-plus-disk-image) | ||
| 71 | (operating-system os) | 72 | (operating-system os) |
| 72 | (platform aarch64-linux)))))) | 73 | (platform aarch64-linux)))))) |
| 73 | 74 | ||
diff --git a/gnu/system/images/rock64.scm b/gnu/system/images/rock64.scm index 1fb6b7ddbc4..aa8f1c40e50 100644 --- a/gnu/system/images/rock64.scm +++ b/gnu/system/images/rock64.scm | |||
| @@ -57,6 +57,7 @@ | |||
| 57 | (constructor (lambda (os) | 57 | (constructor (lambda (os) |
| 58 | (image | 58 | (image |
| 59 | (inherit (raw-with-offset-disk-image (expt 2 24))) | 59 | (inherit (raw-with-offset-disk-image (expt 2 24))) |
| 60 | (name 'rock64-disk-image) | ||
| 60 | (operating-system os) | 61 | (operating-system os) |
| 61 | (platform aarch64-linux)))))) | 62 | (platform aarch64-linux)))))) |
| 62 | 63 | ||
diff --git a/gnu/system/images/unmatched.scm b/gnu/system/images/unmatched.scm index b4e2d7b18bb..b5d13abd56d 100644 --- a/gnu/system/images/unmatched.scm +++ b/gnu/system/images/unmatched.scm | |||
| @@ -60,6 +60,7 @@ | |||
| 60 | 60 | ||
| 61 | (define unmatched-disk-image | 61 | (define unmatched-disk-image |
| 62 | (image-without-os | 62 | (image-without-os |
| 63 | (name 'unmatched-disk-image) | ||
| 63 | (format 'disk-image) | 64 | (format 'disk-image) |
| 64 | (partition-table-type 'gpt) | 65 | (partition-table-type 'gpt) |
| 65 | ;; https://source.denx.de/u-boot/u-boot/-/blob/master/doc/board/sifive/unmatched.rst | 66 | ;; https://source.denx.de/u-boot/u-boot/-/blob/master/doc/board/sifive/unmatched.rst |
diff --git a/gnu/system/images/visionfive2.scm b/gnu/system/images/visionfive2.scm index 11826d01b2c..ee0682b6fcd 100644 --- a/gnu/system/images/visionfive2.scm +++ b/gnu/system/images/visionfive2.scm | |||
| @@ -99,6 +99,7 @@ | |||
| 99 | 99 | ||
| 100 | (define visionfive2-disk-image | 100 | (define visionfive2-disk-image |
| 101 | (image-without-os | 101 | (image-without-os |
| 102 | (name 'visionfive2-disk-image) | ||
| 102 | (format 'disk-image) | 103 | (format 'disk-image) |
| 103 | (partition-table-type 'gpt) | 104 | (partition-table-type 'gpt) |
| 104 | (partitions (list | 105 | (partitions (list |
