guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: platforms: x86: Rename Hurd hurd to i586-gnu.


From: guix-commits
Subject: 02/08: platforms: x86: Rename Hurd hurd to i586-gnu.
Date: Sat, 24 Sep 2022 08:49:23 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 08a7eb187f09aeefbb03b8b28b0d67aab33d4a06
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 24 14:46:47 2022 +0200

    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.
---
 gnu/system/images/hurd.scm | 6 +++---
 guix/platforms/x86.scm     | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/system/images/hurd.scm b/gnu/system/images/hurd.scm
index 2c64117c08..9b618f7dc6 100644
--- a/gnu/system/images/hurd.scm
+++ b/gnu/system/images/hurd.scm
@@ -76,7 +76,7 @@
 (define hurd-disk-image
   (image-without-os
    (format 'disk-image)
-   (platform hurd)
+   (platform i586-gnu)
    (partitions
     (list (partition
            (size 'guess)
@@ -104,14 +104,14 @@
 (define hurd-barebones-disk-image
   (image
    (inherit
-    (os+platform->image hurd-barebones-os hurd
+    (os+platform->image hurd-barebones-os i586-gnu
                         #:type hurd-image-type))
    (name 'hurd-barebones-disk-image)))
 
 (define hurd-barebones-qcow2-image
   (image
    (inherit
-    (os+platform->image hurd-barebones-os hurd
+    (os+platform->image hurd-barebones-os i586-gnu
                         #:type hurd-qcow2-image-type))
    (name 'hurd-barebones.qcow2)))
 
diff --git a/guix/platforms/x86.scm b/guix/platforms/x86.scm
index 5338049d6f..6f547dd770 100644
--- a/guix/platforms/x86.scm
+++ b/guix/platforms/x86.scm
@@ -23,7 +23,7 @@
             x86_64-linux
             i686-mingw
             x86_64-mingw
-            hurd))
+            i586-gnu))
 
 (define i686-linux
   (platform
@@ -51,7 +51,7 @@
    (system #f)
    (glibc-dynamic-linker #f)))
 
-(define hurd
+(define i586-gnu
   (platform
    (target "i586-pc-gnu")
    (system "i586-gnu")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]