summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-29 10:51:18 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-29 12:26:52 +0200
commit49374ed3506eb5c7bfd433410892cbeadcee500a (patch)
treeed15f4b10daf760382ef0e84592342e7e79ca2ba /machines
parent8f852fc83f6304c02b2d9f0058baa3d7d0616589 (diff)
refactor(akashi): transfer file-systems to system
Diffstat (limited to 'machines')
-rw-r--r--machines/thinkpad-x200.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/machines/thinkpad-x200.scm b/machines/thinkpad-x200.scm
index faca5b0..3e32fc0 100644
--- a/machines/thinkpad-x200.scm
+++ b/machines/thinkpad-x200.scm
@@ -25,18 +25,6 @@
(targets bootloader-targets)
(keyboard-layout keyboard-layout*))))
-;; string ->
-;; (list record* file-system)
-(define-public (file-systems* host-name*)
- (let* ((root-device-string (string-append host-name* "-root"))
-
- (root-device (file-system-label root-device-string))
-
- (file-system-root (file-system (type "ext4")
- (mount-point "/")
- (device root-device))))
- (list file-system-root)))
-
;; (list record* package)
(define-public firmware*
(list linux-firmware))