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
17513ba3
Commit
17513ba3
authored
May 10, 2018
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k.mk: minor vm/* refactoring
Let's provide a more competent multi-system rescue image while keeping some rescue bits common to all of the others.
parent
cdaa9cda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
e2k.mk
conf.d/e2k.mk
+14
-10
No files found.
conf.d/e2k.mk
View file @
17513ba3
...
@@ -6,27 +6,31 @@ vm/.e2k-bare: vm/.bare use/e2k
...
@@ -6,27 +6,31 @@ vm/.e2k-bare: vm/.bare use/e2k
vm/e2k-live: vm/.e2k-bare use/deflogin/live use/net-ssh use/control/sudo-su
vm/e2k-live: vm/.e2k-bare use/deflogin/live use/net-ssh use/control/sudo-su
@$(call add,THE_LISTS,$(call tags,ve tools))
@$(call add,THE_LISTS,$(call tags,ve tools))
vm/e2k-rescue: vm/e2k-live mixin/e2k-base use/services/lvm2-disable
vm/.e2k-rescue: vm/e2k-live \
mixin/e2k-base use/net/etcnet use/services/lvm2-disable
@$(call add,THE_PACKAGES,agetty gpm fdisk parted smartmontools pv sshfs)
@$(call add,THE_PACKAGES,agetty gpm fdisk parted smartmontools pv sshfs)
@$(call add,THE_PACKAGES,make-initrd dhcpcd hdparm nfs-clients)
@$(call add,THE_PACKAGES,make-initrd dhcpcd hdparm nfs-clients)
@$(call add,THE_LISTS,$(call tags,server && (network || extra)))
@$(call add,THE_LISTS,$(call tags,server && (network || extra)))
@$(call add,DEFAULT_SERVICES_DISABLE,gpm mdadm smartd)
@$(call add,DEFAULT_SERVICES_DISABLE,gpm mdadm smartd)
vm/e2k-
xfce: vm/e2k-rescue mixin/e2k-desktop use/x11/xfce
vm/e2k-
rescue: vm/.e2k-rescue +sysvinit
@$(call add,
THE_PACKAGES,pnmixer
)
@$(call add,
KFLAVOURS,elbrus-1cp elbrus-8c elbrus-4c
)
vm/e2k-
lxqt: vm/e2k-rescue mixin/e2k-desktop
vm/e2k-
xfce: vm/.e2k-rescue mixin/e2k-desktop use/x11/xfce
@$(call add,THE_
LISTS,$(call tags,(lxqt desktop) && !extra)
)
@$(call add,THE_
PACKAGES,pnmixer
)
vm/e2k-mate: vm/systemd mixin/e2k-base mixin/e2k-desktop \
vm/e2k-mate: vm/.e2k-rescue use/deflogin/live use/x11/mate use/x11/lightdm/gtk \
use/deflogin/live use/x11/mate; @:
mixin/e2k-base mixin/e2k-desktop mixin/e2k-livecd-install
@$(call add,THE_PACKAGES,LibreOffice-integrated LibreOffice-gnome)
@$(call add,THE_PACKAGES,LibreOffice-langpack-ru)
vm/e2k-lxqt: vm/e2k-rescue mixin/e2k-desktop
vm/e2k-lxqt: vm/
.
e2k-rescue mixin/e2k-desktop
@$(call add,THE_LISTS,$(call tags,desktop && lxqt && !extra))
@$(call add,THE_LISTS,$(call tags,desktop && lxqt && !extra))
vm/e2k-builder: vm/e2k-rescue use/dev/builder/base; @:
vm/e2k-builder: vm/.e2k-rescue use/dev/builder/base
@$(call add,KFLAVOURS,elbrus-8c elbrus-4c)
vm/e2k-samba-DC: vm/e2k-rescue
vm/e2k-samba-DC: vm/
.
e2k-rescue
@$(call add,BASE_PACKAGES,task-samba-dc glibc-locales net-tools)
@$(call add,BASE_PACKAGES,task-samba-dc glibc-locales net-tools)
endif
endif
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