From 8c816ac12e4139d456d7e7a4c12a06573583b947 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 May 2011 14:16:54 +0000 Subject: [PATCH] install acpi* packages on PRO edition From: Michael Prokop --- deployment.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deployment.sh b/deployment.sh index 4e59580..e8c3af1 100755 --- a/deployment.sh +++ b/deployment.sh @@ -357,9 +357,7 @@ ucf linux-headers-2.6-amd64 # packages d-i installs but we ignore/skip: -#acpi -#acpid -#acpi-support-base +#acpi acpid acpi-support-base # installed in PRO #discover #gettext-base #installation-report @@ -376,6 +374,9 @@ firmware-bnx2x # support 32bit binaries, e.g. for firmware upgrades ia32-libs + +# support acpi +acpi acpid acpi-support-base EOF fi @@ -729,9 +730,10 @@ to boot from USB storage by default." fi echo "Do you want to halt the system now? Y/n" +unset a read a case "$a" in - n|N) + *n*|*N*) echo "Not halting system as requested. Please do not forget to shut down." ;; *)