Commit 6023d115 authored by Michael Shigorin's avatar Michael Shigorin

rescue: tweaked pkglist and feature config

Moved the packages which impeded pkglist reuse for live distros so that these stay within dedicated rescue images but don't neccessarily go into the more generic ones where things like fdisk are still quite useful.
parent ae441691
use/rescue: use/stage2 sub/stage2@rescue use/syslinux/sdab.cfg \ use/rescue: use/stage2 sub/stage2@rescue use/syslinux/sdab.cfg \
use/firmware/full +wireless use/firmware/full +wireless
@$(call add_feature) @$(call add_feature)
@$(call add,RESCUE_PACKAGES,interactivesystem sysvinit udev)
@$(call add,RESCUE_PACKAGES,startup startup-rescue lilo)
@$(call add,RESCUE_LISTS, openssh \ @$(call add,RESCUE_LISTS, openssh \
$(call tags,(base || extra || server || misc) && \ $(call tags,(base || extra || server || misc) && \
(rescue || network || security))) (rescue || network || security)))
......
# Startup # Startup
rootfiles rootfiles
sysvinit
interactivesystem
startup
startup-rescue
udev
# Common # Common
coreutils coreutils
glibc-locales glibc-locales
glibc-nss glibc-nss
glibc-utils glibc-utils
lilo
man man
man-pages man-pages
sysfsutils sysfsutils
......
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