guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: milano-guix-1: Replace disks.


From: Giovanni Biscuolo
Subject: branch master updated: hydra: milano-guix-1: Replace disks.
Date: Fri, 04 Aug 2023 02:39:49 -0400

This is an automated email from the git hooks/post-receive script.

biscuolo pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a5f2771  hydra: milano-guix-1: Replace disks.
a5f2771 is described below

commit a5f2771bd4e92fd98f145922cfa0fae3621bfee2
Author: Giovanni Biscuolo <g@xelera.eu>
AuthorDate: Fri Aug 4 08:33:06 2023 +0200

    hydra: milano-guix-1: Replace disks.
    
    Replace broken disks (and reinstall).
    
    * hydra/milano-guix-1.scm:
      - (bootloader): Add sdd to targets;
      - (file-systems): Replace uuid of root mount point;
      - (swap-devices): Replace devices names with uuid.
---
 hydra/milano-guix-1.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 57b87d7..50caa2a 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -112,22 +112,22 @@
   (bootloader
    (bootloader-configuration
     (bootloader grub-bootloader)
-    (targets '("/dev/sda"))
+    (targets (list "/dev/sda" "/dev/sdd"))
     (keyboard-layout keyboard-layout)))
 
   (file-systems
    (cons* (file-system
             (mount-point "/")
             (device
-             (uuid "5ec7b1a5-3db5-49d6-87d8-452931db91c4"))
+             (uuid "bb792593-1498-4bcf-b4df-84c9cba01bad"))
             (type "btrfs"))
           %base-file-systems))
 
   (swap-devices
    (list (swap-space
-          (target "/dev/sda2"))
+          (target (uuid "5cfe4b49-8c65-493b-9a7d-61ca2342208d")))
          (swap-space
-          (target "/dev/sdb2"))))
+          (target (uuid "cb7def43-1931-48b8-8fd8-dd2b6837094e")))))
 
   (host-name "milano-guix-1")
 



reply via email to

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