[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: linux-boot: Remove outdated and misleading comment.
From: |
Ludovic Courtès |
Subject: |
01/02: gnu: linux-boot: Remove outdated and misleading comment. |
Date: |
Sat, 23 May 2015 22:26:27 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 40245ef316d0a37721b2c79620e83e750368eef5
Author: Ludovic Courtès <address@hidden>
Date: Sat May 23 16:52:17 2015 +0200
gnu: linux-boot: Remove outdated and misleading comment.
* gnu/build/linux-boot.scm (boot-system): Remove outdated comment.
---
gnu/build/linux-boot.scm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index f54e3d3..3081a93 100644
--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -418,7 +418,6 @@ to it are lost."
(switch-root "/root")
(format #t "loading '~a'...\n" to-load)
- ;; TODO: Remove /lib, /share, and /loader.go.
(primitive-load to-load)
(format (current-error-port)