[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH] minios: do not exit if FS backend not found
minios: do not exit if FS backend not found. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> diff -r 27ad7ed41be2 extras/mini-os/fs-front.c --- a/extras/mini-os/fs-front.c Fri Jan 18 15:55:13 2008 +0000 +++ b/extras/mini-os/fs-front.c Fri Jan 18 16:06:14 2008 +0000 @@ -1121,9 +1121,6 @@ void init_fs_frontend(void) fs_import = import; - if (!fs_import) { + if (!fs_import) printk("No FS import\n"); - sleep(1000); - do_exit(); - } } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |