8e1aab6321c9e74810f30e8232d3c2f4743819a3
content/desktop/arch.md
... | ... | @@ -38,7 +38,7 @@ Example: |
38 | 38 | ``` |
39 | 39 | git clone https://git.pwoss.org/desktop/iso.git |
40 | 40 | cd /path/to/repo/ISO/ |
41 | -sudo ./build.sh -N PwOSS-Desktop -V 11.09.2019 -L pwoss_desktop -P DanSman -A 'PwOSS Desktop' |
|
41 | +sudo ./build.sh -N PwOSS-Desktop -V 16.02.2020 -L pwoss_desktop -P Dan -A 'PwOSS Desktop' |
|
42 | 42 | ``` |
43 | 43 | |
44 | 44 | |
... | ... | @@ -73,8 +73,8 @@ Boot into your Live ISO and change the script __before__ running it! |
73 | 73 | |
74 | 74 | You NEED to change: |
75 | 75 | |
76 | -1. `QDISKS="" # Select the number "1" OR "2". If you have more than 2 hard drives, select 2.` |
|
77 | -2. `ENCRYPTION="" # Select "YES" OR "NO" whether you want encryption or not.` |
|
76 | +1. `QDISKS="1" # Select the number "1" OR "2". If you have more than 2 hard drives, select 2.` |
|
77 | +2. `ENCRYPTION="YES" # Select "YES" OR "NO" whether you want encryption or not.` |
|
78 | 78 | |
79 | 79 | That's the absolute minimum you have to change. Of course you can also change the passwords etc.. But stay between the 2 lines! |
80 | 80 | > `############################# Change only between the 2 lines` |