roberts
Group: Members
Posts: 4983
Joined: Oct. 2003 |
|
Posted: Jan. 06 2008,21:55 |
|
Command line options for mydsl:
You can use the full path on the command line to load a local extension.
mydsl-load /share/Kituri/linux/mydsl_extensions/gcc1-with-libs.dsl
You can use the command line to fetch, checksum, and load with
mydsl-load gcc1-with-libs.dsl system
The second argument is the repository section, i.e., system
Or if you just want download and checksum, but not load use:
mydsl-wget gcc1-with-libs.dsl system
Both mydsl-load & mydsl-wget use the server specified in /opt/.dslrc which is set by the Select Mirror gui or manual edit.
You should keep all your extensions in the mydsl/ directory and have proper permissons there.
|