hi,
i am using the latest xen unstable under tinycorelinux and i am using this
command to configure
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc --enable-rpath
--libdir=/usr/lib --disable-docs --disable-debug
and this command for make
$(prefix=/usr/local; make DESTDIR=/tmp/xen4tools debug=n
CONFIG_DIR=${prefix}/etc INITD_DIR=${prefix}/etc/init.d
XEN_SCRIPT_DIR=${prefix}/etc/xen/scripts BOOT_DIR=/usr/local/boot
EFI_DIR=/usr/local/efi install-tools)
but at the bootprocess i got the follow message:
/etc/sysconfig/xendomains not existing
what can i do to get /usr/local/etc/sysconfig/xendomains in place ?
Best Regard