|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
On Aug 20, 2006, at 3:41 PM, Maria Butrico wrote:
From the wiki
Ramdisk: Since we do not have VIO yet you will have to use a
ramdisk fro your rootf, one is available from this link <http://
wiki.xensource.com/xenwiki/XenPPC/Build?
action=AttachFile&do=get&target=ramdisk.image.gz>.
Err, my tiny does not need any disk or vio. I am not starting
linux. Do I still need a ramdisk (and if so what for?).
No, this is simply a rootfs that a Linux domain can use until we get
VIO working.
so just comment it out, or here is a diff:
diff -u dom1 libos.dom
--- dom1 2006-08-16 15:29:13.000000000 -0400
+++ libos.dom 2006-08-17 23:19:06.000000000 -0400
@@ -11,7 +11,7 @@
kernel = "vmlinux.strip"
# Optional ramdisk.
-ramdisk = "/root/ramdisk.image.gz"
+#ramdisk = "/root/ramdisk.image.gz"
# The domain build function. Default is 'linux'.
#builder='linux'
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|