diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-26 12:04:08 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-26 12:04:08 +0200 |
commit | 944712a790e2f396d43e9ff533c0821a63b4c057 (patch) | |
tree | dc5bcd0bf592e299ac9c52e05c8babc0fd917ed1 /hurd/running | |
parent | 7516c9c8824154630c4059ecbe044b82db5190ac (diff) |
hurd/running/openstack -> hurd/running/cloud.
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/cloud.mdwn (renamed from hurd/running/openstack.mdwn) | 10 |
1 files changed, 6 insertions, 4 deletions
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 |