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
Anton Palgunov
mkimage-profiles
Commits
9257927e
Commit
9257927e
authored
Aug 05, 2013
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
homeros: replace chkconfig hooks with use/services
Things that had to be done by hand are now generalized and made convenient, hopefully.
parent
99a7a972
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
config.mk
features.in/homeros/config.mk
+2
-1
10-ssh
features.in/homeros/live/image-scripts.d/10-ssh
+0
-3
10-voiceman
features.in/homeros/live/image-scripts.d/10-voiceman
+0
-3
No files found.
features.in/homeros/config.mk
View file @
9257927e
use/homeros: use/control/sudo-su
use/homeros: use/control/sudo-su
use/services
@$(call add_feature)
@$(call add_feature)
# @$(call set,BRANDING,simply-linux)
# @$(call set,BRANDING,simply-linux)
# @$(call add,THE_BRANDING,menu xfce-settings)
# @$(call add,THE_BRANDING,menu xfce-settings)
...
@@ -8,3 +8,4 @@ use/homeros: use/control/sudo-su
...
@@ -8,3 +8,4 @@ use/homeros: use/control/sudo-su
@$(call add,THE_LISTS,homeros/yasr)
@$(call add,THE_LISTS,homeros/yasr)
@$(call add,THE_LISTS,homeros/tools)
@$(call add,THE_LISTS,homeros/tools)
# @$(call set,META_VOL_SET,Homeros)
# @$(call set,META_VOL_SET,Homeros)
@$(call add,DEFAULT_SERVICES_ENABLE,sshd voiceman)
features.in/homeros/live/image-scripts.d/10-ssh
deleted
100755 → 0
View file @
99a7a972
#!/bin/sh -e
chkconfig sshd on
features.in/homeros/live/image-scripts.d/10-voiceman
deleted
100755 → 0
View file @
99a7a972
#!/bin/sh -e
chkconfig voiceman on
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