2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: harbourfront: Add swap.

* hydra/harbourfront.scm <swap-devices>: Add /swapfile.
This commit is contained in:
Christopher Baines 2023-02-28 13:27:46 +00:00
parent b1e9ea388d
commit 3f999da468
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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))