This commit is contained in:
Jack L. Frost 2015-03-02 17:40:09 +03:00
parent f3cc18fcc2
commit 550fabfc8e
1 changed files with 5 additions and 0 deletions

5
rc.in
View File

@ -115,6 +115,7 @@ rc.remount_root() {
rc.boot() {
rc.mount_misc
rc.tmpdirs
rc.tmpfiles
rc.hostname
rc.timezone
rc.modules
@ -158,6 +159,10 @@ rc.timezone() {
}
}
rc.tmpfiles() {
>/run/utmp
}
rc.main() {
source "@ETC@/rc.conf"