64b4a9b394596892a9d4ec98fe82b252d7c09c27
content/desktop/arch.md
... | ... | @@ -23,44 +23,21 @@ You can use [VirtualBox](https://wiki.archlinux.org/index.php/VirtualBox) or dow |
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | -## Usage [options] |
|
27 | - |
|
28 | -iso_name: PwOSS |
|
29 | -iso_version: PWOSS_201906 |
|
30 | -iso_label: pwoss_linux |
|
31 | -publisher: PwOSS |
|
32 | -application:'PwOSS Linux' |
|
33 | - |
|
34 | - |
|
35 | - |
|
36 | -Example: |
|
26 | +## Build |
|
37 | 27 | ``` |
38 | 28 | git clone https://git.pwoss.org/desktop/iso.git |
39 | 29 | cd /path/to/repo/ISO/ |
40 | -sudo ./build.sh -N PwOSS-Desktop -V 16.02.2020 -L pwoss_desktop -P Dan -A 'PwOSS Desktop' |
|
30 | +mkarchiso -v . |
|
41 | 31 | ``` |
42 | 32 | |
33 | +<<Note("It is recommended to perform all the following steps as the root user with the umask set to <code>0022</code>. If not, it is very likely that the live environment will have wrong file permissions.")>> |
|
34 | + |
|
35 | +<<Note("Change <code>profiledef.sh</code> to your needs.")>> |
|
36 | + |
|
43 | 37 | |
44 | 38 | |
45 | 39 | ## General options |
46 | - -N <iso_name> Set an iso filename (prefix) |
|
47 | - Default: ${iso_name}" |
|
48 | - -V <iso_version> Set an iso version (in filename) |
|
49 | - Default: ${iso_version} |
|
50 | - -L <iso_label> Set an iso label (disk label)" |
|
51 | - Default: ${iso_label}" |
|
52 | - -P <publisher> Set a publisher for the disk" |
|
53 | - Default: '${iso_publisher}'" |
|
54 | - -A <application> Set an application name for the disk" |
|
55 | - Default: '${iso_application}'" |
|
56 | - -D <install_dir> Set an install_dir (directory inside iso)" |
|
57 | - Default: ${install_dir}" |
|
58 | - -w <work_dir> Set the working directory" |
|
59 | - Default: ${work_dir}" |
|
60 | - -o <out_dir> Set the output directory" |
|
61 | - Default: ${out_dir}" |
|
62 | - -v Enable verbose output" |
|
63 | - -h This help message" |
|
40 | +Check `mkarchiso -h`. |
|
64 | 41 | |
65 | 42 | |
66 | 43 |