cbaines pushed a commit to branch master
in repository maintenance.

commit 3f999da468c4e3647a2ea81d43d56afe8e16dac7
Author: Christopher Baines <[email protected]>
AuthorDate: Tue Feb 28 13:27:46 2023 +0000

    hydra: harbourfront: Add swap.
    
    * hydra/harbourfront.scm <swap-devices>: Add /swapfile.
---
 hydra/harbourfront.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hydra/harbourfront.scm b/hydra/harbourfront.scm
index 9dfa65b..f585881 100644
--- a/hydra/harbourfront.scm
+++ b/hydra/harbourfront.scm
@@ -22,6 +22,10 @@
                         (type "ext4"))
                       %base-file-systems))
 
+  (swap-devices
+   (list (swap-space
+          (target "/swapfile"))))
+
   ;; Add kernel module for Symbios Logic SAS1068E
   (initrd-modules (append (list "mptsas")
                           %base-initrd-modules))

Reply via email to