Displaying 1 result from an estimated 1 matches for "inscd".
Did you mean:
nscd
2010 May 18
1
which kernel images should be used to boot first time a DomU CentOS on a Debian Dom0 for
...ools.conf
install-method = rinse
dist = centos-5
image = sparse
kernel = /boot/vmlinuz-xen-install
initrd = /boot/initrd-xen-install
serial_device = hvc0
disk_device = xvda
copied a CentOS 5.5 ISO
dd if=/dev/cdrom of=/root/centos.iso
mount -t iso9660 -o loop /root/centos.iso /root/inscd
then gave following command
xen-create-image --hostname new_centOS --ip 172.21.100.196
--install-method rinse --force --arch=amd64
--install-source=/root/inscd/
I got a screen asking me password and then after some time I got a
new_centOS.cfg file in /etc/xen/
the contents of which are
kernel...