author | traytel |
Fri, 22 Feb 2013 13:39:47 +0100 | |
changeset 51248 | 029de23bb5e8 |
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 |