equal
deleted
inserted
replaced
20 SET CYGWIN=binary nontsec nodosfilewarning codepage:utf8 |
20 SET CYGWIN=binary nontsec nodosfilewarning codepage:utf8 |
21 |
21 |
22 Set HOME env var (where places config file and projects): |
22 Set HOME env var (where places config file and projects): |
23 |
23 |
24 set HOME=d:\home |
24 set HOME=d:\home |
|
25 |
|
26 Also you need edit /etc/passwd to point to correct home path. |
|
27 |
|
28 * Users and groups. |
|
29 |
|
30 ** Recreate /etc/passwd and /etc/groups. |
|
31 |
|
32 $ mkpasswd -d | grep $yourlogin > /etc/passwd # if you in Windows domen |
|
33 $ mkpasswd -l > /etc/passwd # if you in Windows domen |
|
34 |
|
35 $ mkgroup -l > /etc/group |