install acpi* packages on PRO edition

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 14 years ago
parent 422702e264
commit 8c816ac12e

@ -357,9 +357,7 @@ ucf
linux-headers-2.6-amd64 linux-headers-2.6-amd64
# packages d-i installs but we ignore/skip: # packages d-i installs but we ignore/skip:
#acpi #acpi acpid acpi-support-base # installed in PRO
#acpid
#acpi-support-base
#discover #discover
#gettext-base #gettext-base
#installation-report #installation-report
@ -376,6 +374,9 @@ firmware-bnx2x
# support 32bit binaries, e.g. for firmware upgrades # support 32bit binaries, e.g. for firmware upgrades
ia32-libs ia32-libs
# support acpi
acpi acpid acpi-support-base
EOF EOF
fi fi
@ -729,9 +730,10 @@ to boot from USB storage by default."
fi fi
echo "Do you want to halt the system now? Y/n" echo "Do you want to halt the system now? Y/n"
unset a
read a read a
case "$a" in case "$a" in
n|N) *n*|*N*)
echo "Not halting system as requested. Please do not forget to shut down." echo "Not halting system as requested. Please do not forget to shut down."
;; ;;
*) *)

Loading…
Cancel
Save