linux-boot: Remove mummified comment.

* gnu/build/linux-boot.scm (configure-qemu-networking): Delete 2014
comment about not doing something here.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-11 18:09:02 +02:00
parent 716448d7ab
commit ca23fd62f1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -390,10 +390,6 @@ (define* (configure-qemu-networking #:optional (interface "eth0"))
(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)