me
/
guix
Archived
1
0
Fork 0

platforms: x86: Rename Hurd hurd to i586-gnu.

* guix/platforms/x86.scm (hurd): Rename it to ...
(i586-gnu): ... this variable.
* gnu/system/images/hurd.scm (hurd-disk-image, hurd-barebones-disk-image,
hurd-barebones-qcow2-image): Adapt those.
master
Mathieu Othacehe 2022-09-24 14:46:47 +02:00
parent c009c286a2
commit 08a7eb187f
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
2 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@
(define hurd-disk-image (define hurd-disk-image
(image-without-os (image-without-os
(format 'disk-image) (format 'disk-image)
(platform hurd) (platform i586-gnu)
(partitions (partitions
(list (partition (list (partition
(size 'guess) (size 'guess)
@ -104,14 +104,14 @@
(define hurd-barebones-disk-image (define hurd-barebones-disk-image
(image (image
(inherit (inherit
(os+platform->image hurd-barebones-os hurd (os+platform->image hurd-barebones-os i586-gnu
#:type hurd-image-type)) #:type hurd-image-type))
(name 'hurd-barebones-disk-image))) (name 'hurd-barebones-disk-image)))
(define hurd-barebones-qcow2-image (define hurd-barebones-qcow2-image
(image (image
(inherit (inherit
(os+platform->image hurd-barebones-os hurd (os+platform->image hurd-barebones-os i586-gnu
#:type hurd-qcow2-image-type)) #:type hurd-qcow2-image-type))
(name 'hurd-barebones.qcow2))) (name 'hurd-barebones.qcow2)))

View File

@ -23,7 +23,7 @@
x86_64-linux x86_64-linux
i686-mingw i686-mingw
x86_64-mingw x86_64-mingw
hurd)) i586-gnu))
(define i686-linux (define i686-linux
(platform (platform
@ -51,7 +51,7 @@
(system #f) (system #f)
(glibc-dynamic-linker #f))) (glibc-dynamic-linker #f)))
(define hurd (define i586-gnu
(platform (platform
(target "i586-pc-gnu") (target "i586-pc-gnu")
(system "i586-gnu") (system "i586-gnu")