[arch-commits] Commit in microcode_ctl/repos (extra-i686 extra-i686/microcode.install)

Thomas Baechler thomas at archlinux.org
Sat Oct 11 12:03:46 UTC 2008


    Date: Saturday, October 11, 2008 @ 08:03:45
  Author: thomas
Revision: 14893

Merged revisions 356,14892 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/microcode_ctl/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sa, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r14892 | thomas | 2008-10-11 14:03:01 +0200 (Sa, 11 Okt 2008) | 2 lines
  
  Add missing install file
........

Added:
  microcode_ctl/repos/extra-i686/microcode.install
    (from rev 14892, microcode_ctl/trunk/microcode.install)
Modified:
  microcode_ctl/repos/extra-i686/	(properties)

-------------------+
 microcode.install |   15 +++++++++++++++
 1 file changed, 15 insertions(+)


Property changes on: microcode_ctl/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /microcode_ctl/trunk:1
   + /microcode_ctl/trunk:1-14892

Copied: microcode_ctl/repos/extra-i686/microcode.install (from rev 14892, microcode_ctl/trunk/microcode.install)
===================================================================
--- extra-i686/microcode.install	                        (rev 0)
+++ extra-i686/microcode.install	2008-10-11 12:03:45 UTC (rev 14893)
@@ -0,0 +1,15 @@
+# arg 1:  the new package version
+post_install() {
+  echo
+  echo "==> The microcode update is volatile and needs to be uploaded"
+  echo "==> on each system boot i.e. It doesn't reflash your cpu"
+  echo "==> permanently, reboot and it reverts back to the old"
+  echo "==> microcode."
+  echo "==> Add 'microcode' to the list of daemons in /etc/rc.conf if"
+  echo "==> you want to update the microcode automatically at startup"
+  echo
+}
+
+op=$1
+shift
+$op $*




More information about the arch-commits mailing list