View previous topic :: View next topic |
Author |
Message |
macka
Joined: 26 Jun 2006 Posts: 6 Location: Australia
|
Posted: Tue Jun 27, 2006 9:19 am Post subject: is there a howto for creating *.dsl packages ?? |
|
|
I'm interested in creating a dsl package for cron....
Is there a how to on creating dsl packages...
I've had a search and could not find one so thought it was time to ask..
Maybe the answer is as simple as "well they are just tar files".
Regards, Macka. |
|
Back to top |
|
|
Winter Knight
Joined: 29 May 2006 Posts: 65
|
Posted: Sat Jul 01, 2006 1:41 pm Post subject: |
|
|
Wow, very close. dsl extensions are just tar.gz files.
application.dsl is a tar.gz file (renamed) that is allowed to write anywhere.
application.tar.gz is a tar.gz file that restricts writing to /opt, /home/dsl, /var and /tmp. Don't quote me on that.
application.uci is a read-only mountable file that mounts into /opt/application. You can find instructions for creating one in the wiki.
Here are some links to some guides:
I know that is more than you asked, but I saw the questions coming. |
|
Back to top |
|
|
|