- zsh is used instead of bash. - passwd, shadow and group are added, as users are required as some point. - mdev.conf added to populate /dev. - sysctl.conf added… it’s empty, but at least there’s a skeleton.
7 lines
69 B
Bash
Executable File
7 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# /etc/rc.local: local startup script
|
|
#
|
|
|
|
# End of file
|