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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
47e281de
Commit
47e281de
authored
Oct 19, 2022
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init: drop live/image-scripts.d/50-var-run-fix (fix clash with rootfs script)
live/image-scripts.d/50-var-run-fix clash with rootfs/image-scripts.d/50-var-run-fix.
parent
1d474415
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
50-var-run-fix
features.in/init/live/image-scripts.d/50-var-run-fix
+0
-9
No files found.
features.in/init/live/image-scripts.d/50-var-run-fix
deleted
100755 → 0
View file @
1d474415
#!/bin/sh
# this was a bunch of dirty complaints
sed
-i
's,/var/run,/run,'
/
{
etc,lib
}
/tmpfiles.d/
*
.conf
||
:
[
!
-L
/var/run
]
&&
rm
-r
/var/run
&&
ln
-s
../run /var/run
[
!
-L
/var/lock
]
&&
rm
-r
/var/lock
&&
ln
-s
../run/lock /var/lock
:
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