Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
b75b2cc3
Commit
b75b2cc3
authored
Apr 08, 2019
by
Anton Midyukov
Committed by
Michael Shigorin
Apr 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init: workaround for elogind to run
Let's provide some shim until directory migration is over.
parent
fbc102f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
50-sysvinit
features.in/init/rootfs/image-scripts.d/50-sysvinit
+7
-0
No files found.
features.in/init/rootfs/image-scripts.d/50-sysvinit
View file @
b75b2cc3
...
...
@@ -20,3 +20,10 @@ mkdir -p /var/run /var/lock/{serial,subsys,uucp}
chmod
0770 /var/lock/subsys
chmod
0770 /var/lock/
{
serial,uucp
}
chgrp
uucp /var/lock/
{
serial,uucp
}
# Workaround for run elogind
if
[
!
-L
/var/run
-a
!
-e
/var/run/dbus
]
;
then
ln
-s
/run/dbus /var/run/dbus
else
echo
"symlink /run/dbus -> /var/run/dbus not created"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment