ways to install packages 

Subject:     ndiswrapper in grml-small
Newsgroups:  gmane.linux.distributions.grml.user
Date:        Fri, 13 Oct 2006 18:28:19 +0200
> I would like to
> add ndiswrapper to my grml-small iso image. I see ndiswrapper-modules
> in the repo - is there a simple way to add it to my iso?
> ... I did see this
> section [0] on adding personal files in a separate directory, but is
> there a better way to add software?
>
> [0]
> http://wiki.grml.org/doku.php?id=tips&how_to_add_your_own_files_to_a_second_session_on_a_grml_cd#how_to_add_your_own_files_to_a_second_session_on_a_grml_cd[]

If you use the scripts boot para, this is pretty easy.

Create a directory called scripts in the top of the cdrom, and put a shell script named grml.sh on it.

You can now install packages or other stuff from this shell script. You can also put the .deb itself on the cdrom and just run

,----
| dpkg -i /cdrom/$deb-package.deb
`----

Ulrich Dangel

ways to install packages 

Oh, btw. i forgot to mention, you can also just put youre deb files under /cdrom/debs/ and use the debs boot para…

Ulrich Dangel