|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [Fwd: Installing from distribution CDs]
Anthony, I don't understand the need for the following patch:
--- xen-2.0-new/linux-2.6.9-xenU/init/main.c~ 2005-01-11
14:43:52.000000000 -0600
+++ xen-2.0-new/linux-2.6.9-xenU/init/main.c 2005-01-11
14:44:46.168201000 -0600
@@ -745,6 +745,7 @@
if (execute_command)
run_init_process(execute_command);
+ run_init_process("/linuxrc");
run_init_process("/sbin/init");
run_init_process("/etc/init");
run_init_process("/bin/init");
Looking at the following fragment in initrd_load it should call
handle_initrd which looks for /linuxrc anyway:
if (rd_load_image("/initrd.image") && ROOT_DEV !=
Root_RAM0) {
sys_unlink("/initrd.image");
handle_initrd();
return 1;
}
Can we figure out what the root cause of the problem is?
Thanks,
Ian
> -----Original Message-----
> From: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> [mailto:xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Anthony Liguori
> Sent: 11 January 2005 20:48
> To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
> Cc: niv@xxxxxxxxxx
> Subject: [Xen-devel] [Fwd: Installing from distribution CDs]
>
> Sorry, hit send instead of attach again. Rest of patches included.
> --
> Anthony Liguori
> Samba, Linux/Windows Interoperability
> Linux Technology Center (LTC) - IBM Austin
> E-mail: aliguori@xxxxxxxxxx
> Phone: (512) 838-1208
> Tie Line: 678-1208
>
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|