summaryrefslogtreecommitdiffstats
path: root/abs/core/kernel26/kernel26.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-02-19 21:10:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-02-19 21:10:18 (GMT)
commit2648e999d277eac5c3d331a3609bcc73fafbea71 (patch)
tree40951fb8e7fdbe28a0baa324ae615055203f1e2e /abs/core/kernel26/kernel26.install
parentc759b5e0c4aa6fc37412b4dee2cf9ad993fd376d (diff)
parent7e6f7ca174e1af67178dc5293a312a4a733eb095 (diff)
downloadlinhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.zip
linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.gz
linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.bz2
Merge branch 'testing'
# By James Meyer (1091) and others # Via James Meyer (5) and others * testing: (1148 commits) LinHES-config: during install don't kill off lirc. This keeps the remote active all the way to the finish Change version numbers to 8.0 to match the release number. LinHES-conifg LinHES-system mythdb-initial runit-scripts supplemental-web LinHES-conifig: mv_install.py for the last partition don't go all the way to the end. Gotta leave room for gpt tables. xf86-video-ati: xorg ati driver. LinHES-config: timezip.py add syncing up of parental lvl passwords and starting level with MBE. LinHES-system: correct the logic for breaking out of the wmctrl loop. As written it would break out of the inner loop..but not the 60 iteration loop. e16_theme_settings: remove slide-in prop for new windows. For whatever reason this was preventing mplayer from being positioned correctly for appletrailers. LinHES-config, mythinstall: change case of hd_pvr and serial to all lower refs #902 zilog-firmware: firmware for TX support of the hdpvr and pvr-150 In general I can't recommend anybody using these transmitters but including the firmware just in case someone really wants to linhes-udev-rules: added hdprv_lirc rule. All of these lirc rules are limited to exactly one device. If more then one device is present then only the last device in init will get the symlink runit-scripts: fix logging for igdeamon, add support to remote init script so that the blaster is always the first device in the chain. added support specificly for hd_pvr LinHES-system: add lh_system_restore and lh_system_backup. These scripts are called from the mythmenu. refs #900 iguanair: rebuild with python 2.7 LinHES-system: msg_daemon.py fix init and nasty bug related to timeout. In a nutshell timeout wouldn't work unless a msg without a timeout was called first. linhes-udev-rules: add rules for mce,streamzap,serial lirc devices. mythinstall: recompile for matching libs mythtv: latest .25-fixes and change mythbackup/restore call lh_system_$op to replace mythbackup/mythrestore. mythbackup no longer works correctly with the new windowmanager linhes-scripts: myth2mp3, myth2x264, myth2xvid: use mythutil to get cutlist LinHES-config, supplimental-web: Fix proxy numbering for Ceton infiniTV linhes-system: add additional stuff to the system backup and also introduced an exclude file. The exclude/include files are locate in /home/mythtv/backup_config/ ...
Diffstat (limited to 'abs/core/kernel26/kernel26.install')
-rw-r--r--abs/core/kernel26/kernel26.install147
1 files changed, 0 insertions, 147 deletions
diff --git a/abs/core/kernel26/kernel26.install b/abs/core/kernel26/kernel26.install
deleted file mode 100644
index dceaea6..0000000
--- a/abs/core/kernel26/kernel26.install
+++ /dev/null
@@ -1,147 +0,0 @@
-# arg 1: the new package version
-# arg 2: the old package version
-
-KERNEL_NAME=
-KERNEL_VERSION=2.6.39-LinHES
-
-post_install () {
- # updating module dependencies
- echo ">>> Updating module dependencies. Please wait ..."
- /sbin/depmod $KERNEL_VERSION
- # generate init ramdisks
- echo ">>> MKINITCPIO SETUP"
- echo ">>> ----------------"
- echo ">>> If you use LVM2, Encrypted root or software RAID,"
- echo ">>> Ensure you enable support in /etc/mkinitcpio.conf ."
- echo ">>> More information about mkinitcpio setup can be found here:"
- echo ">>> http://wiki.archlinux.org/index.php/Mkinitcpio"
- echo ""
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- /sbin/mkinitcpio -p kernel26${KERNEL_NAME}
-}
-
-post_upgrade() {
- pacman -Q grub &>/dev/null
- hasgrub=$?
- pacman -Q grub2 &>/dev/null
- hasgrub2=$?
- pacman -Q lilo &>/dev/null
- haslilo=$?
- # reminder notices
- if [ $haslilo -eq 0 ]; then
- echo ">>>"
- if [ $hasgrub -eq 0 -o $hasgrub2 -eq 0 ]; then
- echo ">>> If you use the LILO bootloader, you should run 'lilo' before rebooting."
- else
- echo ">>> You appear to be using the LILO bootloader. You should run"
- echo ">>> 'lilo' before rebooting."
- fi
- echo ">>>"
- fi
-
- if grep "^[^#]*[[:space:]]/boot" /etc/fstab 2>&1 >/dev/null; then
- if ! grep "[[:space:]]/boot" /etc/mtab 2>&1 >/dev/null; then
- echo "WARNING: /boot appears to be a seperate partition but is not mounted"
- echo " This is most likely not what you want. Please mount your /boot"
- echo " partition and reinstall the kernel unless you are sure this is OK"
- fi
- fi
-
- if [ "`vercmp $2 2.6.13`" -lt 0 ]; then
- # important upgrade notice
- echo ">>>"
- echo ">>> IMPORTANT KERNEL UPGRADE NOTICE"
- echo ">>> -------------------------------"
- echo ">>> As of kernel 2.6.13, DevFS is NO LONGER AVAILABLE!"
- echo ">>> If you still use DevFS, please make the transition to uDev before"
- echo ">>> rebooting. If you really need to stay with DevFS for some reason,"
- echo ">>> then you can manually downgrade to an older version:"
- echo ">>>"
- echo ">>> # pacman -U http://archlinux.org/~judd/kernel/kernel26-scsi-2.6.12.2-1.pkg.tar.gz"
- echo ">>>"
- echo ">>> If you choose to downgrade, don't forget to add kernel26-scsi to your"
- echo ">>> IgnorePkg list in /etc/pacman.conf"
- echo ">>>"
- echo ">>> (NOTE: The following portion applies to uDev users as well!)"
- echo ">>>"
- echo ">>> If you use any DevFS paths in your GRUB menu.lst, then you will not"
- echo ">>> be able to boot! Change your root= parameter to use the classic"
- echo ">>> naming scheme."
- echo ">>>"
- echo ">>> EXAMPLES:"
- echo ">>> - change root=/dev/discs/disc0/part3 to root=/dev/sda3"
- echo ">>> - change root=/dev/md/0 to root=/dev/md0"
- echo ">>>"
- fi
- # generate new init ramdisk
- if [ "`vercmp $2 2.6.18`" -lt 0 ]; then
- echo ">>> --------------------------------------------------------------"
- echo ">>> | WARNING: |"
- echo ">>> |mkinitrd is not supported anymore in kernel >=2.6.18 series!|"
- echo ">>> | Please change to Mkinitcpio setup. |"
- echo ">>> --------------------------------------------------------------"
- echo ">>>"
- fi
- # updating module dependencies
- echo ">>> Updating module dependencies. Please wait ..."
- /sbin/depmod $KERNEL_VERSION
- echo ">>> MKINITCPIO SETUP"
- echo ">>> ----------------"
- if [ "`vercmp $2 2.6.18`" -lt 0 ]; then
- echo ">>> Please change your bootloader config files:"
- echo ">>> Grub: /boot/grub/menu.lst | Lilo: /etc/lilo.conf"
- echo "------------------------------------------------"
- echo "| - initrd26.img to kernel26${KERNEL_NAME}.img |"
- echo "| - initrd26-full.img to kernel26${KERNEL_NAME}-fallback.img |"
- echo "------------------------------------------------"
- fi
- if [ "`vercmp $2 2.6.19`" -lt 0 ]; then
- echo ""
- echo ">>> New PATA/IDE subsystem - EXPERIMENTAL"
- echo ">>> ----------"
- echo ">>> To use the new pata drivers, change the 'ide' hook "
- echo ">>> to 'pata' in /etc/mkinicpio.conf HOOKS="
- echo ">>> The new system changes: /dev/hd? to /dev/sd?"
- echo ">>> Don't forget to modify GRUB, LILO and fstab to the"
- echo ">>> new naming system. "
- echo ">>> eg: hda3 --> sda3, hdc8 --> sdc8"
- echo ""
- echo ">>> piix/ata_piix (Intel chipsets) - IMPORTANT"
- echo "----------"
- echo ">>> If you have enabled ide/pata/sata HOOKs in /etc/mkinitcpio.conf"
- echo ">>> the 'ata_piix' module will be used."
- echo ">>> This may cause your devices to shift names, eg:"
- echo ">>> - IDE: devices from hd? to sd?"
- echo ">>> - SATA: sda might shift to sdc if you have 2 other disks on a PIIX IDE port."
- echo ">>> To check if this will affect you, check 'mkinitcpio -M' for piix/ata_piix"
- echo ""
- fi
-
- echo ">>> If you use LVM2, Encrypted root or software RAID,"
- echo ">>> Ensure you enable support in /etc/mkinitcpio.conf ."
- echo ">>> More information about mkinitcpio setup can be found here:"
- 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${KERNEL_NAME} -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${KERNEL_NAME}
-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_remove() {
- rm -f /boot/kernel26${KERNEL_NAME}.img
- rm -f /boot/kernel26${KERNEL_NAME}-fallback.img
-}