guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: linux-boot: Remove mummified comment.


From: guix-commits
Subject: 03/03: linux-boot: Remove mummified comment.
Date: Sun, 12 Sep 2021 08:36:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ca23fd62f17fefcbac2aa48b4718245ab0209032
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Sep 11 18:09:02 2021 +0200

    linux-boot: Remove mummified comment.
    
    * gnu/build/linux-boot.scm (configure-qemu-networking): Delete 2014
    comment about not doing something here.
---
 gnu/build/linux-boot.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index 461df9f..95d0a1f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]