diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-01-11 12:50:37 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-27 22:26:08 +0000 |
| commit | 73e5fc385448073bd6e8a19a28dfe616f525b9ce (patch) | |
| tree | 437c45e3ff7b73f9803d262fa0a4742038f81af6 /gnu | |
| parent | 264fe8ee5a31934c1761b2cf2b0b588ec94607df (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system/examples/bare-hurd64.tmpl | 2 | ||||
| -rw-r--r-- | gnu/system/examples/devel-hurd64.tmpl | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gnu/system/examples/bare-hurd64.tmpl b/gnu/system/examples/bare-hurd64.tmpl index 6e664c46cdb..2d051d64656 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 6c81643565a..17abd26eaa1 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 |
