Commit 5319a298 authored by Anton Midyukov's avatar Anton Midyukov

Cleanup syslinux gfxboot everything

gfxboot has not been used by anyone for a long time and has been removed from Sisyphus.
parent 65ae1aa3
......@@ -208,11 +208,6 @@ mixin/office: use/fonts/ttf/google use/fonts/ttf/xo
@$(call add,THE_LISTS,$(call tags,desktop && (cups || office)))
@$(call add,THE_PACKAGES,apt-indicator)
# NB: never ever use/syslinux/ui/gfxboot here as gfxboot mangles
# kernel cmdline resulting in method:disk instead of method:cdrom
# which will change propagator's behaviour to probe additional
# filesystems (ro but no loop) thus potentially writing to
# an unrecovered filesystem's journal
mixin/regular-rescue: use/rescue use/isohybrid use/luks use/branding \
use/syslinux/ui/menu use/syslinux/timeout/600 \
use/rescue/.base use/syslinux/sdab.cfg use/grub/sdab_bios.cfg \
......
......@@ -43,7 +43,7 @@ endif
distro/.regular-desktop-base: distro/.regular-base use/branding/full \
mixin/regular-desktop mixin/regular-desktop-install +wireless \
use/live/rw use/live/x11 use/live/repo use/vmguest/kvm \
use/live/suspend use/grub/ui/gfxboot use/live/rescue
use/live/suspend use/live/rescue
@$(call add,THE_BRANDING,bootloader)
@$(call add,LIVE_PACKAGES,livecd-rescue-base-utils)
@$(call set,GRUB_DEFAULT,live)
......
......@@ -16,7 +16,7 @@
вынужденной необходимости либо контролировать включение нужных
фич "вручную" в скриптах по косвенным признакам, либо выносить
их в пакеты installer-feature-*); также возможно добиться большей
степени интеграции по данным (например, язык gfxboot и LiveCD).
степени интеграции по данным (например, язык и LiveCD).
Создание и упаковку installer-feature-* можно рекомендовать, если:
......
......@@ -9,8 +9,7 @@ ifneq (,$(filter-out e2k%,$(ARCH)))
endif
# NB: not every distro might have all the branding of its own
use/branding/full: use/branding/notes use/syslinux/ui/gfxboot \
use/grub/ui/gfxboot
use/branding/full: use/branding/notes
@$(call add,THE_BRANDING,alterator graphics)
@$(call add,THE_BRANDING,indexhtml slideshow)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
......
......@@ -8,7 +8,3 @@
чтобы гарантировать гибридный вид образа, либо запросить включение
этой фичи при сборке конфигурации произвольного дистрибутива
(ISOHYBRID=1, см. features.in/pack/config.mk).
Обратите внимание: в propagator до 20101130-alt15 поддержка
автоматической загрузки с флэш-носителя, содержащего ISO-образ,
отсутствует, что компенсируется специальной обработкой в gfxboot.
ui gfxboot bootlogo message
menu title @relname@
prompt 0
......@@ -17,12 +17,6 @@ endif
# UI is overwritten
use/syslinux/ui/%: use/syslinux
@$(call set,SYSLINUX_UI,$*)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@if [ "$*" == gfxboot ]; then \
$(call add,STAGE1_PACKAGES,gfxboot); \
$(call add,STAGE1_BRANDING,bootloader); \
fi
endif
# modules and config snippets just add up
use/syslinux/%.com use/syslinux/%.c32: use/syslinux
......
......@@ -98,9 +98,7 @@ bootargs: clean
@sed -i "s,@LIVE_NAME@,$(LIVE_NAME),g" $(DSTCFGS)
clean: copy
@if [ "$(SYSLINUX_UI)" = gfxboot ]; then \
sed -i "s/\^//;/menu label /d" $(DSTCFGS); \
fi
@
copy: prep
@cp -pLt $(DSTDIR) -- $(sort \
......
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