* [Qemu-devel] [5061] PC: suggest a workaround to boot a kernel without hard-disk
@ 2008-08-21 22:52 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-08-21 22:52 UTC (permalink / raw)
To: qemu-devel
Revision: 5061
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5061
Author: aurel32
Date: 2008-08-21 22:52:22 +0000 (Thu, 21 Aug 2008)
Log Message:
-----------
PC: suggest a workaround to boot a kernel without hard-disk
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/hw/pc.c
Modified: trunk/hw/pc.c
===================================================================
--- trunk/hw/pc.c 2008-08-21 22:40:00 UTC (rev 5060)
+++ trunk/hw/pc.c 2008-08-21 22:52:22 UTC (rev 5061)
@@ -439,7 +439,7 @@
hda = drive_get_index(IF_IDE, 0, 0);
if (hda == -1) {
fprintf(stderr, "A disk image must be given for 'hda' when booting "
- "a Linux kernel\n");
+ "a Linux kernel\n(if you really don't want it, use /dev/zero)\n");
exit(1);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-21 22:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-21 22:52 [Qemu-devel] [5061] PC: suggest a workaround to boot a kernel without hard-disk Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).