Skip to content
Snippets Groups Projects
Commit 1cd8141c authored by Guido Trotter's avatar Guido Trotter
Browse files

Convert default root partition to msdos style

As discussed with 2.0 msdos partition style should be the default in the
instance OS, so we're changing the default instance params accordingly.
A followup patch will update the debootstrap os.

Reviewed-by: iustinp
parent 3448aa22
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ HVC_DEFAULTS = {
HT_XEN_PVM: {
HV_KERNEL_PATH: "/boot/vmlinuz-2.6-xenU",
HV_INITRD_PATH: '',
HV_ROOT_PATH: '/dev/sda',
HV_ROOT_PATH: '/dev/sda1',
},
HT_XEN_HVM: {
HV_BOOT_ORDER: "cd",
......@@ -487,7 +487,7 @@ HVC_DEFAULTS = {
HT_KVM: {
HV_KERNEL_PATH: "/boot/vmlinuz-2.6-kvmU",
HV_INITRD_PATH: '',
HV_ROOT_PATH: '/dev/vda',
HV_ROOT_PATH: '/dev/vda1',
HV_ACPI: True,
HV_SERIAL_CONSOLE: True,
HV_VNC_BIND_ADDRESS: '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment