Last change
on this file since 1 was
1,
checked in by fasma, 12 years ago
|
Initial Import from Mandriva's soft revision 224062 and package revision 45733
|
File size:
661 bytes
|
Line | |
---|
1 | MakeCD README |
---|
2 | |
---|
3 | MakeCD is just a wrapper over mkcd, it allow to run mkcd on system where |
---|
4 | the needed perl modules are only in the mirrored tree. |
---|
5 | |
---|
6 | The basic command to make CDs is to type: |
---|
7 | |
---|
8 | <PATH_TO_MAKECD>/MakeCD -t <where you want the ISOs files to be created> -a <where is the repository root> |
---|
9 | |
---|
10 | for example: |
---|
11 | |
---|
12 | /usr/local/mirror/cooker/i586/misc/MakeCD -t /tmp/ -a /usr/local/mirror/cooker/i586/ |
---|
13 | |
---|
14 | You can include the sources with the -s tag: |
---|
15 | |
---|
16 | /usr/local/mirror/cooker/i586/misc/MakeCD -t /tmp/ -a -s /usr/local/mirror/cooker/i586/ |
---|
17 | |
---|
18 | You can limit the number of CD created: |
---|
19 | |
---|
20 | /usr/local/mirror/cooker/i586/misc/MakeCD -t /tmp/ -a -c 2 /usr/local/mirror/cooker/i586/ |
---|
Note: See
TracBrowser
for help on using the repository browser.