You need to sign in or sign up before continuing.
Commit 3f21b6b0 authored by Michael Shigorin's avatar Michael Shigorin

factor out openssh packages

There's no need to repeat the typical openssh-* triade all over the place; those who need server and client are better off pulling in "openssh" pkglist, and those needing a particular package should specify it.
parent b24bd31f
...@@ -38,7 +38,7 @@ distro/live-plymouth: distro/.live-base use/plymouth/live; @: ...@@ -38,7 +38,7 @@ distro/live-plymouth: distro/.live-base use/plymouth/live; @:
distro/live-rescue: distro/live-icewm distro/live-rescue: distro/live-icewm
@$(call add,LIVE_LISTS,$(call tags,rescue && (fs || live || x11))) @$(call add,LIVE_LISTS,$(call tags,rescue && (fs || live || x11)))
@$(call add,LIVE_LISTS, \ @$(call add,LIVE_LISTS,openssh \
$(call tags,(base || extra) && (archive || rescue || network))) $(call tags,(base || extra) && (archive || rescue || network)))
distro/live-webkiosk-mini: distro/.live-kiosk use/live/hooks use/live/ru distro/live-webkiosk-mini: distro/.live-kiosk use/live/hooks use/live/ru
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
distro/.server-base: distro/.installer use/syslinux/ui/menu use/memtest distro/.server-base: distro/.installer use/syslinux/ui/menu use/memtest
@$(call add,BASE_LISTS,server-base) @$(call add,BASE_LISTS,server-base openssh)
distro/server-nano: distro/.server-base \ distro/server-nano: distro/.server-base \
use/cleanup/x11-alterator use/bootloader/lilo use/cleanup/x11-alterator use/bootloader/lilo
......
...@@ -13,8 +13,7 @@ ve/bare: ve/.bare ...@@ -13,8 +13,7 @@ ve/bare: ve/.bare
@$(call add,BASE_PACKAGES,apt) @$(call add,BASE_PACKAGES,apt)
ve/generic: ve/.bare ve/generic: ve/.bare
@$(call add,BASE_PACKAGES,openssh-server openssh-blacklist openssh-clients) @$(call add,BASE_LISTS,openssh \
@$(call add,BASE_LISTS,\
$(call tags,base && (server || network || security || pkg))) $(call tags,base && (server || network || security || pkg)))
ve/openvpn: ve/.bare ve/openvpn: ve/.bare
......
openssh-server
openssh-blacklist
openssh-clients
...@@ -4,8 +4,5 @@ vim-console ...@@ -4,8 +4,5 @@ vim-console
sfdisk sfdisk
mdadm mdadm
openssh-server
openssh-clients
openssh-blacklist
screen screen
acpid acpid
...@@ -78,8 +78,6 @@ netlist ...@@ -78,8 +78,6 @@ netlist
nfs-utils nfs-utils
ngrep ngrep
nmap nmap
openssh-clients
openssh-server
p0f p0f
postfix postfix
rsync rsync
......
...@@ -8,9 +8,6 @@ lftp ...@@ -8,9 +8,6 @@ lftp
mailx mailx
netcat netcat
netlist netlist
openssh-clients
openssh-server
openssh-blacklist
rsync rsync
traceroute traceroute
vlan-utils vlan-utils
......
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