[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/80: installer: Remove unused procedure.
From: |
John Darrington |
Subject: |
20/80: installer: Remove unused procedure. |
Date: |
Tue, 3 Jan 2017 15:49:42 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 9e5dc17b6d995761e1dcf7f53bf25e81156996be
Author: John Darrington <address@hidden>
Date: Thu Dec 22 19:18:57 2016 +0100
installer: Remove unused procedure.
* gnu/system/installer/disks.scm (volumes) : Delete procedure.
---
gnu/system/installer/disks.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/system/installer/disks.scm b/gnu/system/installer/disks.scm
index 43d6e29..8138017 100644
--- a/gnu/system/installer/disks.scm
+++ b/gnu/system/installer/disks.scm
@@ -27,10 +27,6 @@
#:use-module (ice-9 format)
#:export (make-disk-page))
-(define (volumes)
- (filter (lambda (v) (not (equal? "dm" (disk-type v))))
- (disk-volumes)))
-
(define my-buttons `((continue ,(N_ "_Continue") #t)
(back ,(N_ "Go _Back") #t)))
- 35/80: installer: Make minumum-store-size variable global., (continued)
- 35/80: installer: Make minumum-store-size variable global., John Darrington, 2017/01/03
- 34/80: installer: Add path to mount/umount commands in installer service., John Darrington, 2017/01/03
- 58/80: installer: Allow users to remove mount points during configuration., John Darrington, 2017/01/03
- 11/80: installer: Change "interfaces" from a variable to a procedure., John Darrington, 2017/01/03
- 14/80: installer: Add alternate method of finding TZDIR., John Darrington, 2017/01/03
- 13/80: installer: Use call-with-temporary-output-file., John Darrington, 2017/01/03
- 22/80: installer: Return slurped lines in their correct order., John Darrington, 2017/01/03
- 16/80: installer: Use %default-subsitute-urls instead of our own variable., John Darrington, 2017/01/03
- 10/80: installer: Perform a task's dependencies prior to the task itself., John Darrington, 2017/01/03
- 18/80: installer: Add completion predicate for disk task., John Darrington, 2017/01/03
- 20/80: installer: Remove unused procedure.,
John Darrington <=
- 30/80: installer: Add a variable to represent the minimum recommended store size., John Darrington, 2017/01/03
- 44/80: installer: Add wireless-tools bin directory to PATH., John Darrington, 2017/01/03
- 41/80: install: Define new procedure pipe-cmd and use it to implement window-pipe., John Darrington, 2017/01/03
- 40/80: installer: Ensure that all mount-points have a file system., John Darrington, 2017/01/03
- 42/80: installer: Correct bugs generating the configuration., John Darrington, 2017/01/03
- 47/80: installer: Turn off kernel ring messages to console., John Darrington, 2017/01/03
- 39/80: installer: New predicate valid-hostname?, John Darrington, 2017/01/03
- 48/80: installer: Enable scrolling in the installation window., John Darrington, 2017/01/03
- 46/80: installer: Add inetutils bin directory to PATH., John Darrington, 2017/01/03
- 33/80: installer: Write the configuration to a temporary file., John Darrington, 2017/01/03