-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all
What is the correct way to create vbd for netbsd 3 domU in netbsd 3.0.1
Tried:
dd if=/dev/zero of=filesystem/nbsd-disk bs=1k count=1
newfs -s 6136830 -F filesystem/nbsd-disk
create file with if=/dev/zero of=filesystem/nbsd-disk bs=1024k count=2048 and
then write this to your xen DOMU conf file
disk = ['file:filesystem/nbsd-disk,0,w]
then boot netbsd XENU install kernel ,and install system on your vbd backed
disk.This works for me like a charm.