Commit 9b8da408 authored by Michael Shigorin's avatar Michael Shigorin

rescue, server, regular: added pciutils

At least lspci was sorely missing in non-rescue images (as well as in mini rescue part of server image); thanks Dank Bagryantsev for pointing this out: http://lists.altlinux.org/pipermail/community/2013-December/681223.html
parent e87593b5
......@@ -2,9 +2,10 @@ use/rescue/.base: use/stage2 sub/stage2@rescue
@$(call add_feature)
@$(call add,RESCUE_LISTS,sysvinit)
@$(call add,RESCUE_PACKAGES,startup startup-rescue udev)
@$(call add,RESCUE_LISTS, openssh)
@$(call add,RESCUE_LISTS,openssh)
use/rescue/base: use/rescue/.base
@$(call add,RESCUE_PACKAGES,pciutils)
@$(call add,RESCUE_LISTS,\
$(call tags,base && (rescue || network || security || archive)))
......
......@@ -6,4 +6,4 @@ use/server/mini: use/server use/net-ssh
@$(call add,STAGE1_KMODULES,e1000e igb)
@$(call add,THE_LISTS,\
$(call tags,base && (server || network || security || pkg)))
@$(call add,THE_LISTS,$(call tags,extra (server || network)))
@$(call add,THE_LISTS,$(call tags,extra && (server || network)))
......@@ -15,6 +15,7 @@ net-tools
strace
powertop
pciutils
acpi
apt-repo
......
......@@ -8,3 +8,6 @@ ntfs-3g
sfdisk
usbutils
xfsprogs
# misc
pciutils
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