[arch-commits] CVS update of core/base/kernel26 (kernel26.install)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 22 10:31:23 UTC 2007


    Date: Monday, October 22, 2007 @ 06:31:23
  Author: tpowa
    Path: /home/cvs-core/core/base/kernel26

Modified: kernel26.install (1.35 -> 1.36)

'upgpkg: removed unnessary vercmp on install again'


------------------+
 kernel26.install |   15 ---------------
 1 file changed, 15 deletions(-)


Index: core/base/kernel26/kernel26.install
diff -u core/base/kernel26/kernel26.install:1.35 core/base/kernel26/kernel26.install:1.36
--- core/base/kernel26/kernel26.install:1.35	Wed Oct 10 16:38:48 2007
+++ core/base/kernel26/kernel26.install	Mon Oct 22 06:31:23 2007
@@ -16,22 +16,7 @@
   echo ">>> http://wiki.archlinux.org/index.php/Mkinitcpio"
   echo ""
   echo ">>> Generating initial ramdisk, using mkinitcpio.  Please wait..."
-if [ "`vercmp $2 2.6.19`" -lt 0 ]; then
-  /sbin/mkinitcpio -p kernel26 -m "ATTENTION:\nIf you get a kernel panic below
-and are using an Intel chipset, append 'earlymodules=piix' to the
-kernel commandline"
-else
   /sbin/mkinitcpio -p kernel26
-fi
-if [ "`vercmp $2 2.6.21`" -lt 0 ]; then
-  echo ""
-  echo "Important ACPI Information:"
-  echo ">>> Since 2.6.20.7 all possible ACPI parts are modularized."
-  echo ">>> The modules are located at:"
-  echo ">>> /lib/modules/$(uname -r)/kernel/drivers/acpi"
-  echo ">>> For more information about ACPI modules check this wiki page:"
-  echo ">>> 'http://wiki.archlinux.org/index.php/ACPI_modules'"
-fi
 }
 
 post_upgrade() {




More information about the arch-commits mailing list