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
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
ac489474
Commit
ac489474
authored
Dec 24, 2018
by
Anton Midyukov
Committed by
Michael Shigorin
Jan 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-{ve,vm}: there can be no syslogd
...if it's a systemd-based image; no real error then.
parent
d1d5e3e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
03-services
features.in/build-ve/image-scripts.d/03-services
+2
-1
03-services
features.in/build-vm/image-scripts.d/03-services
+2
-1
No files found.
features.in/build-ve/image-scripts.d/03-services
View file @
ac489474
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
[
-x
/sbin/chkconfig
]
||
exit
0
[
-x
/sbin/chkconfig
]
||
exit
0
for
i
in
network random syslogd
;
do
chkconfig
$i
on
;
done
chkconfig syslogd on 2>&1
for
i
in
network random
;
do
chkconfig
$i
on
;
done
for
i
in
fbsetfont netfs rawdevices
;
do
chkconfig
$i
off
;
done
for
i
in
fbsetfont netfs rawdevices
;
do
chkconfig
$i
off
;
done
:
:
features.in/build-vm/image-scripts.d/03-services
View file @
ac489474
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
[
-x
/sbin/chkconfig
]
||
exit
0
[
-x
/sbin/chkconfig
]
||
exit
0
for
i
in
network random syslogd
;
do
chkconfig
$i
on
;
done
chkconfig syslogd on 2>&1
for
i
in
network random
;
do
chkconfig
$i
on
;
done
for
i
in
fbsetfont netfs rawdevices
;
do
chkconfig
$i
off
;
done
for
i
in
fbsetfont netfs rawdevices
;
do
chkconfig
$i
off
;
done
:
:
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