summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorlukeshu <lukeshu@web>2009-10-05 00:58:40 +0000
committerGNU Hurd web pages engine <web-hurd@gnu.org>2009-10-05 00:58:40 +0000
commitf1cc66b89ae0c42a3c85eec0344746e88a09d231 (patch)
treebfa4730b6b6aecf79c0ab947eb8918d9ce078055 /hurd
parent11d907085b93f3ea972556607658371be5f31507 (diff)
spelling fixes
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/gnu/create_an_image.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/running/gnu/create_an_image.mdwn b/hurd/running/gnu/create_an_image.mdwn
index 2cdb8e27..c7a97a4e 100644
--- a/hurd/running/gnu/create_an_image.mdwn
+++ b/hurd/running/gnu/create_an_image.mdwn
@@ -27,7 +27,7 @@ Creating a bootable qemu image from a root filesystem and bootloader
create the necessary partitions (root and swap partitions boot, home ... if
required)
-4. Create a file syatem for the root partiotion
+4. Create a file system for the root partition
mke2fs /dev/hda1
@@ -39,7 +39,7 @@ Creating a bootable qemu image from a root filesystem and bootloader
6. Copy the file system from the host machine to the mounted directory (use a
compressed file system to make the copying faster)
- Grab the GNU spapshot from ams' site
+ Grab the GNU snapshot from ams' site
<http://www.update.uu.se/~ams/home/slask/GNU/>
scp <user>@<host>:<path to the compressed file system> disk
@@ -58,7 +58,7 @@ Creating a bootable qemu image from a root filesystem and bootloader
poweroff
-10. To make the file syatem bootable download a grub floppy image
+10. To make the file system bootable download a grub floppy image
<http://hurd.in/pub/Hurd/HurdOnVMware/grub.img>