diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-23 16:52:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-24 00:26:12 +0200 |
commit | 40245ef316d0a37721b2c79620e83e750368eef5 (patch) | |
tree | 12693b8baf45afdd81c9b5d85012e5b2d560cd5a /gnu/build | |
parent | 53142109a06155980397514795d9a36afb418f54 (diff) | |
download | patches-40245ef316d0a37721b2c79620e83e750368eef5.tar patches-40245ef316d0a37721b2c79620e83e750368eef5.tar.gz |
gnu: linux-boot: Remove outdated and misleading comment.
* gnu/build/linux-boot.scm (boot-system): Remove outdated comment.
Diffstat (limited to 'gnu/build')
-rw-r--r-- | 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 f54e3d3a35..3081a93a97 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) |