From ecc5039c2982ab9e19c8ca717a1a9ec46eec17a4 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 10 Mar 2014 21:46:38 +0400 Subject: [PATCH] regular.mk: once-only slideshow for sysv-tde TDE images are pretty modest regarding resource consumption thus suitable for older hardware; a slower flash drive can stall indefinitely showing slideshow and not going any further with actual package installation so let's put a cap on that. --- conf.d/regular.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 4759d6dc..3809d450 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -136,8 +136,8 @@ distro/regular-rescue: distro/.regular-bare use/rescue/rw \ distro/regular-sysv-tde: distro/.regular-install-x11 \ mixin/desktop-installer mixin/regular-tde \ - use/branding/complete use/net-eth/dhcp \ - use/efi/refind use/efi/shell use/rescue/base + use/branding/complete use/branding/slideshow/once \ + use/net-eth/dhcp use/efi/refind use/efi/shell use/rescue/base @$(call set,KFLAVOURS,led-ws) @$(call add,RESCUE_LISTS,$(call tags,rescue misc)) @$(call add,THE_PACKAGES,alterator-datetime alterator-x11)