Commit 3bb96df3 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent d813c431
......@@ -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
@$(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,DEFAULT_SERVICES_DISABLE,gpm mdadm smartd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment