[Voyage-linux] Best way to install local deb packages in the customization framework

Sean (spam-protected)
Sat Sep 20 05:05:28 HKT 2008


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




More information about the Voyage-linux mailing list