summaryrefslogtreecommitdiff
path: root/gnu/build
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-09-11 18:09:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-09-12 14:12:29 +0200
commitca23fd62f17fefcbac2aa48b4718245ab0209032 (patch)
tree025f0233e7db9f554c6bd8b6dc56a116ee9e4283 /gnu/build
parent716448d7ab408e70aced70f2b86dcefd5f926343 (diff)
downloadguix-patches-ca23fd62f17fefcbac2aa48b4718245ab0209032.tar
guix-patches-ca23fd62f17fefcbac2aa48b4718245ab0209032.tar.gz
linux-boot: Remove mummified comment.
* gnu/build/linux-boot.scm (configure-qemu-networking): Delete 2014 comment about not doing something here.
Diffstat (limited to 'gnu/build')
-rw-r--r--gnu/build/linux-boot.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index 461df9ff46..95d0a1fe79 100644
--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -390,10 +390,6 @@ networking values.) Return #t if INTERFACE is up, #f otherwise."
(set-network-interface-address sock interface address)
(set-network-interface-flags sock interface (logior flags IFF_UP))
- ;; Hello! We used to create /etc/resolv.conf here, with "nameserver
- ;; 10.0.2.3\n". However, with Linux-libre 3.16, we're getting ENOSPC.
- ;; And since it's actually unnecessary, it's gone.
-
(logand (network-interface-flags sock interface) IFF_UP)))
(define (device-number major minor)