On Mon, Dec 6, 2010 at 2:00 PM, Levend Sayar <levendsa...@gmail.com> wrote:
> Hmm,
> That is not the case for me. When I skipped error screen, it just installed
> CentOS itself, not the sipxecs on it.
> I had to install sipxecs manually, in very cumbersome way.

in isolinux.cfg that's put on the CD, you'll see a reference to
===================================
...
label sipx
  kernel vmlinuz
  append initrd=initrd.img ramdisk_size=8192 ks=cdrom:/ks.cfg quiet
...
===================================

notice the path to cdrom:/ks.cfg.  On a USB stick I suspect it's
different.  If you can find a more generic way to specify the media
that the OS booted on, we can change it, otherwise, you can override
isolinux.cfg to a custom file with different file paths to the ks.cfg
file once you get into building your own CDs

For now, you can experiment creating your own CDs by mounting the ISO
on your system, copying entire contents to a local directory, changing
the isolinux.cfg and remaking an ISO with the mkisofs command.

basic details can be found in here

  https://github.com/dhubler/sipxecs/raw/master-4.2/mak/35-centos-iso.mk.in
_______________________________________________
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to