summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-09-26 12:04:08 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-09-26 12:04:08 +0200
commit944712a790e2f396d43e9ff533c0821a63b4c057 (patch)
treedc5bcd0bf592e299ac9c52e05c8babc0fd917ed1
parent7516c9c8824154630c4059ecbe044b82db5190ac (diff)
hurd/running/openstack -> hurd/running/cloud.
-rw-r--r--hurd/running.mdwn4
-rw-r--r--hurd/running/cloud.mdwn (renamed from hurd/running/openstack.mdwn)10
2 files changed, 8 insertions, 6 deletions
diff --git a/hurd/running.mdwn b/hurd/running.mdwn
index f0cb0809..b3caf21a 100644
--- a/hurd/running.mdwn
+++ b/hurd/running.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2012 Free Software
+[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2012, 2013 Free Software
Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -17,7 +17,7 @@ There are several different ways to run a GNU/Hurd system:
* [[microkernel/mach/gnumach/ports/Xen]] - In Xen
* [[Live_CD]]
* [[QEMU]] - In QEMU
-* [[openstack]] - In openstack
+* [[cloud]] - In the "cloud": OpenStack
* [[chroots|chroot]] need a couple of tricks to work properly.
* [[VirtualBox]] - In VirtualBox
* [[vmware]] (**non-free!**)
diff --git a/hurd/running/openstack.mdwn b/hurd/running/cloud.mdwn
index af03583b..419f5600 100644
--- a/hurd/running/openstack.mdwn
+++ b/hurd/running/cloud.mdwn
@@ -1,5 +1,4 @@
-[[!meta copyright="Copyright © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-2013 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -9,6 +8,9 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-One can tell openstack to avoid using virtio drivers, and use emulated hardware instead:
+# OpenStack
- glance image-create --property hw_disk_bus=ide --property hw_cdrom_bus=ide --property hw_vif_model=rtl8139 --disk-format raw --container-format bare --name gnu-hurd --copy-from http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img
+For the time being, you'll have to avoid using virtio
+drivers, and use emulated hardware instead:
+
+ $ glance image-create --property hw_disk_bus=ide --property hw_cdrom_bus=ide --property hw_vif_model=rtl8139 --disk-format raw --container-format bare --name gnu-hurd --copy-from http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img