|
|
|
|
|
|
|
|
|
|
xen-users
On 17 Feb 2006, at 18:57, MW Mike Weiner ((5028)) wrote:
What stage did you use? Or was there some Gentoo How To you followed
somewhere?
Stage 3. Create the disk image by
dd if=/dev/zero of=/tmp/hda1.img bs=1 seek=4G count=1
mke2fs -j /tmp/hda1.img
dd if=/dev/zero of=/tmp/swap.img bs=1 seek=256M count=1
mkswap /tmp/swap.img
Then mount it with
mount -o loop -t ext3 /tmp/hda1.img /mnt/gentoo
Follow handbook from after "preparing the disks". Your root partition
is /dev/hda1 which is written to the file /tmp/hda1.img. Good luck!
Yours,
Craig
--
Craig Webster | t: +44 (0)131 516 8595 | e: craig@xxxxxxxxxx
Xeriom.NET | f: +44 (0)131 661 0689 | w: http://xeriom.net
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|