URL: <https://savannah.gnu.org/bugs/?60166>
Summary: The script mistake on GNU Hurd running Debian page Project: The GNU Hurd Submitted by: aisuko Submitted on: Thu 04 Mar 2021 11:14:32 AM UTC Category: None Severity: 3 - Normal Priority: 3 - Low Item Group: None Status: None Privacy: Public Assigned to: None Originator Name: GNU Hurd Originator Email: urak...@gmail.com Open/Closed: Open Discussion Lock: Any Reproducibility: None Size (loc): Low <30 Planned Release: None Effort: 0.00 Wiki-like text discussion box: _______________________________________________________ Details: There may a script mistake on https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/README, the address above listed on https://www.gnu.org/software/hurd/hurd/running/debian.html in order to help the user to install GNU Hurd with QEMU Image. But from the link(cdimage.debian.org), we can see that the `kvm -m 1G -drive file=debian-hurd*.img,cache=writeback` should not be work well. ``` ➜ Downloads kvm -m 1G -drive file=debian-hurd*.img,cache=writeback zsh: no matches found: file=debian-hurd*.img,cache=writeback ``` It should be replaced to `kvm -m 1G -drive file=$(echo debian-hurd*.img),cache=writeback` or remove this link from the GNU Hurd page in order to do not make the user feel confused. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?60166> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/