Use UUID-based mounts for create and import
authorGuido Trotter <ultrotter@google.com>
Thu, 14 Aug 2008 10:24:35 +0000 (10:24 +0000)
committerGuido Trotter <ultrotter@google.com>
Thu, 14 Aug 2008 10:24:35 +0000 (10:24 +0000)
commit2e20f9751d98d08f33ae081ef58cf9e539a4462f
tree119c005005dfa6d3aa4077f591b6a3edc2cab72b
parente1a092161af1789a93f01d85ed556dd4342ccde5
Use UUID-based mounts for create and import

With this change we mount our root and swap filesystems in /etc/fstab
based on their UUID rather than on their device name. This makes the
system resistent to device name changes, and makes sure the operating
system will find its devices whether they're seen as scsi, ide, virtio,
or some other new type/name.

This change makes the OS be able to boot under KVM, but also
xen+paravirt_ops and other possibly other hypervisors.

Reviewed-by: imsnah
NEWS
create.in
import