From 73e5fc385448073bd6e8a19a28dfe616f525b9ce Mon Sep 17 00:00:00 2001 From: Yelninei Date: Sun, 11 Jan 2026 12:50:37 +0000 Subject: [PATCH] system: examples: Remove comments on missing login prompt on hurd64. * gnu/system/examples/bare-hurd64.tmpl: Remove outdated comment. * gnu/system/examples/devel-hurd64.tmpl: Remove outdated comment. Merges: https://codeberg.org/guix/guix/pulls/5545 Change-Id: Icd31fe47392263f2629e882c791013679a0fd597 Signed-off-by: Sharlatan Hellseher --- gnu/system/examples/bare-hurd64.tmpl | 2 -- gnu/system/examples/devel-hurd64.tmpl | 2 -- 2 files changed, 4 deletions(-) diff --git a/gnu/system/examples/bare-hurd64.tmpl b/gnu/system/examples/bare-hurd64.tmpl index 6e664c46cd..2d051d6465 100644 --- a/gnu/system/examples/bare-hurd64.tmpl +++ b/gnu/system/examples/bare-hurd64.tmpl @@ -17,8 +17,6 @@ ;; --snapshot \ ;; --hda /gnu/store/...-disk-image ;; -;; (note that the 64bit Hurd does not seem to show a login prompt) -;; ;; and use it like: ;; ;; ssh -p 10022 root@localhost diff --git a/gnu/system/examples/devel-hurd64.tmpl b/gnu/system/examples/devel-hurd64.tmpl index 6c81643565..17abd26eaa 100644 --- a/gnu/system/examples/devel-hurd64.tmpl +++ b/gnu/system/examples/devel-hurd64.tmpl @@ -17,8 +17,6 @@ ;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ ;; --hda devel-hurd.img ;; -;; (note that the 64bit Hurd does not seem to show a login prompt) -;; ;; and use it like: ;; ;; ssh -p 10022 root@localhost