Subject: Re: HEAD install kernel crashes
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 05/09/2006 23:25:45
Manuel Bouyer <bouyer@antioche.eu.org> writes:

> On Tue, May 09, 2006 at 02:22:45PM -0600, Nate Bohlmann wrote:
> 
>> disk = [ 'phy:/dev/VolGroup00/NetBSD,wd0d,w' ]
>> disk = [ 'phy:/dev/hda,cd0a,r' ]
>
> I don't think you can device 2 disk devices this way; you need
> disk = [ 'phy:/dev/VolGroup00/NetBSD,wd0d,w', 'phy:/dev/hda,cd0a,r' ]

The Xen domain config files are just python scripts, so assigning
twice to "disk" does the same thing as in most procedural languages:
the second one overwrites the first.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))