Hi,

Thanks for all your hard work, Voyage is really great!

I'm using the customization framework to automate Voyage customizations. I have some local deb packages that I would like to install. They are kernel modules right now, but later I want to do application packages.

What is the best way to install these? I see the kernel.conf file, and looking at the voyage-custom.sh script, it looks like I can just add my kernel modules to MODULE_DEB and put them in the files directory.

Would I specify the kernel modules like this?

MODULE_DEB="\
       module1.deb module2.deb module3.deb \
       module4.deb module5.deb \
       "

How would I go about installing the application packages? It seems like I could put them in MODULES_DEB, but that seems like the wrong place semantically.

Any thoughts?

Sean

_______________________________________________
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to