mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
stage2: add /run symlink to /var/run.
This commit is contained in:
@@ -132,6 +132,7 @@ usr/share/doc/licenses/GPLv3
|
||||
#usr/share/misc
|
||||
#usr/share/terminfo
|
||||
#usr/share/zoneinfo
|
||||
run
|
||||
#var
|
||||
#var/cache
|
||||
var/empty
|
||||
|
||||
@@ -111,6 +111,9 @@ $(TARGET) :
|
||||
chgrp -v utmp /var/run/utmp /var/log/lastlog
|
||||
chmod -v 664 /var/run/utmp /var/log/lastlog
|
||||
|
||||
# Create /run symlink
|
||||
ln -s /var/run /run
|
||||
|
||||
# Permissions
|
||||
chmod 0711 /var/empty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user