author | blanchet |
Thu, 16 May 2013 14:15:22 +0200 | |
changeset 52032 | 0370c5f00ce8 |
parent 51042 | f024975be336 |
child 52672 | 8de4235298cb |
permissions | -rwxr-xr-x |
50977
983794d3b84f
more generous C stack size as in Linux and Mac OS X, to reduce chance of Cygwin-specific crashes;
wenzelm
parents:
50807
diff
changeset
|
1 |
#!/bin/bash |
50807 | 2 |
|
3 |
PATH=/bin |
|
4 |
||
5 |
bash /etc/postinstall/base-files-mketc.sh.done |
|
6 |
||
7 |
mkpasswd -l >/etc/passwd |
|
8 |
mkgroup -l >/etc/group |
|
50978 | 9 |