# live images ifeq (distro,$(IMAGE_CLASS)) distro/.live-rw: distro/.live-base use/live/rw \ use/syslinux/timeout/50; @: distro/.live-appliance: distro/.live-rw \ use/net use/stage2/net-eth use/net-eth/dhcp \ use/syslinux/default/session; @: @$(call add,STAGE1_KMODULES,mptspi sd_mod) @$(call add,THE_KMODULES,mptspi sd_mod) @$(call add,LIVE_PACKAGES,openssh-server alterator-fbi) @$(call add,LIVE_LISTS,$(call tags,server alterator)) # @$(call add,LIVE_LISTS,domain-client) @$(call add,LIVE_PACKAGES,alterator-root) @$(call add,DEFAULT_SERVICES_ENABLE,alteratord sshd) # FIXME # @$(call add,LIVE_PACKAGES,alterator-firsttime) @$(call add,DEFAULT_SERVICES_DISABLE,ahttpd-firsttime ahttpd) distro/.live-appliance-mysql: distro/.live-appliance; @: @$(call add,LIVE_PACKAGES,MySQL-server) distro/live-squid: distro/.live-appliance distro/.live-appliance-mysql +systemd @$(call add,LIVE_PACKAGES,alterator-squid squid-helpers squid-kerberos-ldap-helper ) @$(call add,LIVE_PACKAGES,apache2-base sams-web) @$(call add,LIVE_PACKAGES,apache2-mod_auth_mysql apache2-mod_php5 php5-gd2 php5-ldap php5-mbstring php5-pdo_mysql) @$(call add,LIVE_PACKAGES,krb5-kinit ntpd samba samba-client samba-winbind-clients) @$(call add,LIVE_PACKAGES,sudo openssh-clients net-tools bind-utils netcat iftop htop tcpdump rsync bash-completion-systemd screen) @$(call add,LIVE_PACKAGES,squidview) # @$(call add,LIVE_PACKAGES,alterator-squidmill lightsquid-admin redirector squidGuard squidclam ) @$(call add,CLEANUP_PACKAGES,'nginx*' 'php5-fpm-fcgi') @$(call add,DEFAULT_SERVICES_ENABLE,ntpd) @$(call add,DEFAULT_SERVICES_DISABLE,sams) endif