e2k.mk: extend vm/e2k-rescue

These changes were actually recorded as needed for
vm/e2k-builder but let's put these into a common base
for the win.
This commit is contained in:
Michael Shigorin 2017-12-14 15:53:52 +03:00
parent d813c43112
commit 3bb96df3d2

View File

@ -8,6 +8,7 @@ vm/e2k-live: vm/.e2k-bare use/deflogin/live use/net-ssh use/control/sudo-su
vm/e2k-rescue: vm/e2k-live mixin/e2k-base use/services/lvm2-disable vm/e2k-rescue: vm/e2k-live mixin/e2k-base 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_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)