diff options
-rw-r--r-- | howtos.mdwn | 3 | ||||
-rw-r--r-- | hurd/running/gnu.mdwn | 1 | ||||
-rw-r--r-- | hurd/running/gnu/create_an_image.mdwn (renamed from buildgnuonqemu.mdwn) | 0 | ||||
-rw-r--r-- | hurd/running/qemu.mdwn | 3 |
4 files changed, 6 insertions, 1 deletions
diff --git a/howtos.mdwn b/howtos.mdwn index 95f77eb9..bc3ecf3b 100644 --- a/howtos.mdwn +++ b/howtos.mdwn @@ -9,7 +9,8 @@ is included in the section entitled ## Collection of brief !HOWTOs * [[Setup_a_GNU_System|hurd/running/gnu/setup]] (also known as GNU/Hurd) - * [[BuildGNUOnQemu]] Build a bootable qemu image of GNU System, aka build a bootable qemu image + * [[hurd/running/gnu/Create_an_image]] of the GNU System, bootable in qemu, + for example. * <http://eyeside.net/hurd/Hurd-on-QEMU.html> GNU/Hurd on qemu (external link) * [[HurdOnQemuOnWindows]] Setting up a GNU/Hurd system on Qemu on a Micorsoft Windows machine * [[HurdOnVMware]] Setting up Debian GNU/Hurd on VMware diff --git a/hurd/running/gnu.mdwn b/hurd/running/gnu.mdwn index e52ac062..322597ec 100644 --- a/hurd/running/gnu.mdwn +++ b/hurd/running/gnu.mdwn @@ -62,6 +62,7 @@ These are just some quick notes I am making late at night. Lets clean this up. * [[Universal_package_manager]] * How to [[set_up_GNU|setup]] and archiver for GNU + * [[Create_an_image]] ## <a name="Todo"> Todo </a> diff --git a/buildgnuonqemu.mdwn b/hurd/running/gnu/create_an_image.mdwn index c5fb8da3..c5fb8da3 100644 --- a/buildgnuonqemu.mdwn +++ b/hurd/running/gnu/create_an_image.mdwn diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index f40d71d8..93111e6f 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -32,6 +32,9 @@ Now run your image with floppy booting (`-boot a`) and finish the install (`./na **Important:** Older versions on gnumach needed that the `-M isapc` was passed to qemu. This is not needed anymore. +Also see another text about how to [[gnu/create_an_image]] for the +[[GNU_system|gnu]]. + # Mounting Disk Image on Host |