WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Use hda1, not sda1

# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID 00a05c6a0acc4d134a72957ac6827fe3cca63e64
# Parent  a6b64aed65c3ca699c6e29053032ba8f862fe572
Use hda1, not sda1

diff -r a6b64aed65c3 -r 00a05c6a0acc xen/arch/ia64/domain.c
--- a/xen/arch/ia64/domain.c    Mon Jul 18 18:48:21 2005
+++ b/xen/arch/ia64/domain.c    Mon Jul 18 20:23:36 2005
@@ -311,7 +311,7 @@
        init_all_rr(v);
 
        // this should be in userspace
-       regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 
console=tty0 root=/dev/sda1",256L);  //FIXME
+       regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 
console=tty0 root=/dev/hda1",256L);  //FIXME
        v->vcpu_info->arch.banknum = 1;
        v->vcpu_info->arch.metaphysical_mode = 1;
        v->arch.domain_itm_last = -1L;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Use hda1, not sda1, Xen patchbot -unstable <=